|
LLVM
4.0.0
|
#include <ModInfo.h>
Public Member Functions | |
| ModInfo () | |
| ModInfo (const ModInfo &Info) | |
| ~ModInfo () | |
| bool | hasECInfo () const |
| uint16_t | getTypeServerIndex () const |
| uint16_t | getModuleStreamIndex () const |
| uint32_t | getSymbolDebugInfoByteSize () const |
| uint32_t | getLineInfoByteSize () const |
| uint32_t | getC13LineInfoByteSize () const |
| uint32_t | getNumberOfFiles () const |
| uint32_t | getSourceFileNameIndex () const |
| uint32_t | getPdbFilePathNameIndex () const |
| StringRef | getModuleName () const |
| StringRef | getObjFileName () const |
| uint32_t | getRecordLength () const |
Static Public Member Functions | |
| static Error | initialize (msf::ReadableStreamRef Stream, ModInfo &Info) |
Friends | |
| class | DbiStreamBuilder |
|
default |
|
default |
| uint32_t ModInfo::getC13LineInfoByteSize | ( | ) | const |
Definition at line 59 of file ModInfo.cpp.
Referenced by llvm::pdb::ModStream::reload().
| uint32_t ModInfo::getLineInfoByteSize | ( | ) | const |
Definition at line 57 of file ModInfo.cpp.
Referenced by llvm::pdb::ModStream::reload().
| StringRef ModInfo::getModuleName | ( | ) | const |
Definition at line 71 of file ModInfo.cpp.
| uint16_t ModInfo::getModuleStreamIndex | ( | ) | const |
Definition at line 51 of file ModInfo.cpp.
| uint32_t ModInfo::getNumberOfFiles | ( | ) | const |
Definition at line 61 of file ModInfo.cpp.
| StringRef ModInfo::getObjFileName | ( | ) | const |
Definition at line 73 of file ModInfo.cpp.
| uint32_t ModInfo::getPdbFilePathNameIndex | ( | ) | const |
Definition at line 67 of file ModInfo.cpp.
| uint32_t ModInfo::getRecordLength | ( | ) | const |
Definition at line 75 of file ModInfo.cpp.
References llvm::alignTo().
Referenced by llvm::msf::VarStreamArrayExtractor< pdb::ModInfo >::operator()().
| uint32_t ModInfo::getSourceFileNameIndex | ( | ) | const |
Definition at line 63 of file ModInfo.cpp.
| uint32_t ModInfo::getSymbolDebugInfoByteSize | ( | ) | const |
Definition at line 53 of file ModInfo.cpp.
Referenced by llvm::pdb::ModStream::reload().
| uint16_t ModInfo::getTypeServerIndex | ( | ) | const |
Definition at line 46 of file ModInfo.cpp.
| bool ModInfo::hasECInfo | ( | ) | const |
Definition at line 42 of file ModInfo.cpp.
|
static |
Definition at line 29 of file ModInfo.cpp.
References llvm::msf::StreamReader::readObject(), llvm::msf::StreamReader::readZeroString(), and llvm::Error::success().
Referenced by llvm::msf::VarStreamArrayExtractor< pdb::ModInfo >::operator()().
|
friend |
1.8.6