|
LLVM
4.0.0
|
#include "llvm/ADT/StringRef.h"#include "llvm/DebugInfo/MSF/MappedBlockStream.h"#include "llvm/DebugInfo/MSF/StreamArray.h"#include "llvm/DebugInfo/MSF/StreamReader.h"#include "llvm/DebugInfo/PDB/PDBTypes.h"#include "llvm/DebugInfo/PDB/Raw/DbiStream.h"#include "llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h"#include "llvm/DebugInfo/PDB/Raw/InfoStream.h"#include "llvm/DebugInfo/PDB/Raw/ModInfo.h"#include "llvm/DebugInfo/PDB/Raw/NameHashTable.h"#include "llvm/DebugInfo/PDB/Raw/PDBFile.h"#include "llvm/DebugInfo/PDB/Raw/RawConstants.h"#include "llvm/DebugInfo/PDB/Raw/RawError.h"#include "llvm/DebugInfo/PDB/Raw/RawTypes.h"#include "llvm/Object/COFF.h"#include "llvm/Support/Error.h"#include <algorithm>#include <cstddef>#include <cstdint>Go to the source code of this file.
Functions | |
| template<typename ContribType > | |
| static Error | loadSectionContribs (FixedStreamArray< ContribType > &Output, StreamReader &Reader) |
|
static |
Definition at line 37 of file DbiStream.cpp.
References llvm::msf::StreamReader::bytesRemaining(), llvm::codeview::EC, llvm::msf::StreamReader::readArray(), and llvm::Error::success().
1.8.6