|
LLVM
4.0.0
|
Classes | |
| class | ConcreteSymbolEnumerator |
| class | DIADataStream |
| class | DIAEnumDebugStreams |
| class | DIAEnumLineNumbers |
| class | DIAEnumSourceFiles |
| class | DIAEnumSymbols |
| class | DIAError |
| Base class for errors originating in DIA SDK, e.g. COM calls. More... | |
| class | DIALineNumber |
| class | DIARawSymbol |
| class | DIASession |
| class | DIASourceFile |
| class | GenericError |
| Base class for errors originating when parsing raw PDB files. More... | |
| class | IPDBDataStream |
| IPDBDataStream defines an interface used to represent a stream consisting of a name and a series of records whose formats depend on the particular stream type. More... | |
| class | IPDBEnumChildren |
| class | IPDBLineNumber |
| class | IPDBRawSymbol |
| IPDBRawSymbol defines an interface used to represent an arbitrary symbol. More... | |
| class | IPDBSession |
| IPDBSession defines an interface used to provide a context for querying debug information from a debug data source (for example, a PDB). More... | |
| class | IPDBSourceFile |
| IPDBSourceFile defines an interface used to represent source files whose information are stored in the PDB. More... | |
| class | PDBContext |
| PDBContext This data structure is the top level entity that deals with PDB debug information parsing. More... | |
| class | PDBSymbol |
| PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e.g. More... | |
| class | PDBSymbolAnnotation |
| class | PDBSymbolBlock |
| class | PDBSymbolCompiland |
| class | PDBSymbolCompilandDetails |
| class | PDBSymbolCompilandEnv |
| class | PDBSymbolCustom |
| PDBSymbolCustom represents symbols that are compiler-specific and do not fit anywhere else in the lexical hierarchy. More... | |
| class | PDBSymbolData |
| class | PDBSymbolExe |
| class | PDBSymbolFunc |
| class | PDBSymbolFuncDebugEnd |
| class | PDBSymbolFuncDebugStart |
| class | PDBSymbolLabel |
| class | PDBSymbolPublicSymbol |
| class | PDBSymbolThunk |
| class | PDBSymbolTypeArray |
| class | PDBSymbolTypeBaseClass |
| class | PDBSymbolTypeBuiltin |
| class | PDBSymbolTypeCustom |
| class | PDBSymbolTypeDimension |
| class | PDBSymbolTypeEnum |
| class | PDBSymbolTypeFriend |
| class | PDBSymbolTypeFunctionArg |
| class | PDBSymbolTypeFunctionSig |
| class | PDBSymbolTypeManaged |
| class | PDBSymbolTypePointer |
| class | PDBSymbolTypeTypedef |
| class | PDBSymbolTypeUDT |
| class | PDBSymbolTypeVTable |
| class | PDBSymbolTypeVTableShape |
| class | PDBSymbolUnknown |
| class | PDBSymbolUsingNamespace |
| class | PDBSymDumper |
| struct | VersionInfo |
| struct | Variant |
| class | DbiStream |
| class | DbiStreamBuilder |
| class | GlobalsStream |
| class | InfoStream |
| class | InfoStreamBuilder |
| class | ISectionContribVisitor |
| class | ModInfo |
| struct | ModuleInfoEx |
| class | ModStream |
| class | NameHashTable |
| class | NameMap |
| class | NameMapBuilder |
| class | PDBFile |
| class | PDBFileBuilder |
| class | PublicsStream |
| class | RawError |
| Base class for errors originating when parsing raw PDB files. More... | |
| class | RawSession |
| struct | SectionOffset |
| struct | PSHashRecord |
| struct | SectionContrib |
| struct | SectionContrib2 |
| struct | SecMapHeader |
| struct | SecMapEntry |
| struct | TypeIndexOffset |
| struct | DbiFlags |
| Some of the values are stored in bitfields. More... | |
| struct | DbiBuildNo |
| struct | DbiStreamHeader |
| The fixed size header that appears at the beginning of the DBI Stream. More... | |
| struct | SectionContribEntry |
| struct | FileInfoSubstreamHeader |
| The header preceeding the File Info Substream of the DBI stream. More... | |
| struct | ModInfoFlags |
| struct | ModuleInfoHeader |
| The header preceeding each entry in the Module Info substream of the DBI stream. More... | |
| struct | PDB_UniqueId |
| Defines a 128-bit unique identifier. More... | |
| struct | TpiStreamHeader |
| struct | InfoStreamHeader |
| The header preceeding the global PDB Stream (Stream 1) More... | |
| class | SymbolStream |
| class | TpiHashUpdater |
| class | TpiHashVerifier |
| class | TpiStream |
| class | TpiStreamBuilder |
| struct | GSIHashHeader |
| Header of the hash tables found in the globals and publics sections. More... | |
Typedefs | |
| typedef std::unordered_map < PDB_SymType, int > | TagStats |
| typedef IPDBEnumChildren < PDBSymbol > | IPDBEnumSymbols |
| typedef IPDBEnumChildren < IPDBSourceFile > | IPDBEnumSourceFiles |
| typedef IPDBEnumChildren < IPDBDataStream > | IPDBEnumDataStreams |
| typedef IPDBEnumChildren < IPDBLineNumber > | IPDBEnumLineNumbers |
| typedef codeview::CPUType | PDB_Cpu |
| These values correspond to the CV_CPU_TYPE_e enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx. More... | |
| typedef codeview::CallingConvention | PDB_CallingConv |
| These values correspond to the CV_call_e enumeration, and are documented at the following locations: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ms680207(v=vs.85).aspx. More... | |
| typedef codeview::SourceLanguage | PDB_Lang |
| These values correspond to the CV_CFL_LANG enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bw3aekw6.aspx. More... | |
Variables | |
| const uint16_t | kInvalidStreamIndex = 0xFFFF |
| const uint32_t | MinTpiHashBuckets = 0x1000 |
| const uint32_t | MaxTpiHashBuckets = 0x40000 |
| static const unsigned | IPHR_HASH = 4096 |
| From https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.cpp. More... | |
Definition at line 35 of file PDBTypes.h.
Definition at line 36 of file PDBTypes.h.
Definition at line 34 of file PDBTypes.h.
Definition at line 31 of file PDBTypes.h.
These values correspond to the CV_call_e enumeration, and are documented at the following locations: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ms680207(v=vs.85).aspx.
Definition at line 139 of file PDBTypes.h.
| typedef codeview::CPUType llvm::pdb::PDB_Cpu |
These values correspond to the CV_CPU_TYPE_e enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx.
Definition at line 107 of file PDBTypes.h.
These values correspond to the CV_CFL_LANG enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bw3aekw6.aspx.
Definition at line 143 of file PDBTypes.h.
| typedef std::unordered_map<PDB_SymType, int> llvm::pdb::TagStats |
Definition at line 21 of file PDBExtras.h.
|
strong |
| Enumerator | |
|---|---|
| FPO | |
| Exception | |
| Fixup | |
| OmapToSrc | |
| OmapFromSrc | |
| SectionHdr | |
| TokenRidMap | |
| Xdata | |
| Pdata | |
| NewFPO | |
| SectionHdrOrig | |
| Max | |
Definition at line 70 of file RawConstants.h.
|
strong |
| Enumerator | |
|---|---|
| unspecified | |
| could_not_create_impl | |
| invalid_file_format | |
| invalid_parameter | |
| already_loaded | |
| debug_info_mismatch | |
Definition at line 18 of file DIAError.h.
|
strong |
| Enumerator | |
|---|---|
| invalid_path | |
| dia_sdk_not_present | |
| unspecified | |
Definition at line 19 of file GenericError.h.
|
strong |
| Enumerator | |
|---|---|
| Read | |
| Write | |
| Execute | |
| AddressIs32Bit | |
| IsSelector | |
| IsAbsoluteAddress | |
| IsGroup | |
Definition at line 85 of file RawConstants.h.
|
strong |
These values correspond to the Basictype enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/4szdtzc3.aspx.
| Enumerator | |
|---|---|
| None | |
| Void | |
| Char | |
| WCharT | |
| Int | |
| UInt | |
| Float | |
| BCD | |
| Bool | |
| Long | |
| ULong | |
| Currency | |
| Date | |
| Variant | |
| Complex | |
| Bitfield | |
| BSTR | |
| HResult | |
Definition at line 228 of file PDBTypes.h.
|
strong |
Specifies the hash algorithm that a source file from a PDB was hashed with.
This corresponds to the CV_SourceChksum_t enumeration and are documented here: https://msdn.microsoft.com/en-us/library/e96az21x.aspx
| Enumerator | |
|---|---|
| None | |
| MD5 | |
| SHA1 | |
Definition at line 103 of file PDBTypes.h.
|
strong |
These values correspond to the DataKind enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/b2x2t313.aspx.
| Enumerator | |
|---|---|
| Unknown | |
| Local | |
| StaticLocal | |
| Param | |
| ObjectPtr | |
| FileStatic | |
| Global | |
| Member | |
| StaticMember | |
| Constant | |
Definition at line 147 of file PDBTypes.h.
|
strong |
These values correspond to the LocationType enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/f57kaez3.aspx.
| Enumerator | |
|---|---|
| Null | |
| Static | |
| TLS | |
| RegRel | |
| ThisRel | |
| Enregistered | |
| BitField | |
| Slot | |
| IlRel | |
| MetaData | |
| Constant | |
| Max | |
Definition at line 199 of file PDBTypes.h.
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
| Unknown | |
| Am33 | |
| Amd64 | |
| Arm | |
| ArmNT | |
| Ebc | |
| x86 | |
| Ia64 | |
| M32R | |
| Mips16 | |
| MipsFpu | |
| MipsFpu16 | |
| PowerPC | |
| PowerPCFP | |
| R4000 | |
| SH3 | |
| SH3DSP | |
| SH4 | |
| SH5 | |
| Thumb | |
| WceMipsV2 | |
Definition at line 109 of file PDBTypes.h.
|
strong |
| Enumerator | |
|---|---|
| Private | |
| Protected | |
| Public | |
Definition at line 249 of file PDBTypes.h.
|
strong |
These values correspond to the StackFrameTypeEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bc5207xw.aspx.
| Enumerator | |
|---|---|
| Code | |
| Data | |
| Stack | |
| HeapCode | |
Definition at line 224 of file PDBTypes.h.
Defines flags used for enumerating child symbols.
This corresponds to the NameSearchOptions enumeration which is documented here: https://msdn.microsoft.com/en-us/library/yat28ads.aspx
| Enumerator | |
|---|---|
| NS_Default | |
| NS_CaseSensitive | |
| NS_CaseInsensitive | |
| NS_FileNameExtMatch | |
| NS_Regex | |
| NS_UndecoratedName | |
Definition at line 91 of file PDBTypes.h.
|
strong |
Specifies which PDB reader implementation is to be used.
Only a value of PDB_ReaderType::DIA is supported.
| Enumerator | |
|---|---|
| DIA | |
| Raw | |
Definition at line 72 of file PDBTypes.h.
|
strong |
These values correspond to the StackFrameTypeEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bc5207xw.aspx.
| Enumerator | |
|---|---|
| FPO | |
| KernelTrap | |
| KernelTSS | |
| EBP | |
| FrameData | |
Definition at line 220 of file PDBTypes.h.
|
strong |
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx.
Definition at line 162 of file PDBTypes.h.
|
strong |
An enumeration indicating the type of data contained in this table.
| Enumerator | |
|---|---|
| Symbols | |
| SourceFiles | |
| LineNumbers | |
| SectionContribs | |
| Segments | |
| InjectedSources | |
| FrameData | |
Definition at line 78 of file PDBTypes.h.
|
strong |
These values correspond to the UdtKind enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/wcstk66t.aspx.
| Enumerator | |
|---|---|
| Struct | |
| Class | |
| Union | |
| Interface | |
Definition at line 216 of file PDBTypes.h.
| Enumerator | |
|---|---|
| Empty | |
| Unknown | |
| Unknown | |
| Unknown | |
| Int8 | |
| Int16 | |
| Int32 | |
| Int64 | |
| Single | |
| Double | |
| UInt8 | |
| UInt16 | |
| UInt32 | |
| UInt64 | |
| Bool | |
| Bool | |
| String | |
Definition at line 258 of file PDBTypes.h.
| Enumerator | |
|---|---|
| DbiSecContribVer60 | |
| DbiSecContribV2 | |
Definition at line 51 of file RawConstants.h.
| enum llvm::pdb::PdbRaw_DbiVer : uint32_t |
| Enumerator | |
|---|---|
| PdbDbiVC41 | |
| PdbDbiV50 | |
| PdbDbiV60 | |
| PdbDbiV70 | |
| PdbDbiV110 | |
Definition at line 35 of file RawConstants.h.
| Enumerator | |
|---|---|
| PdbImplVC2 | |
| PdbImplVC4 | |
| PdbImplVC41 | |
| PdbImplVC50 | |
| PdbImplVC98 | |
| PdbImplVC70Dep | |
| PdbImplVC70 | |
| PdbImplVC80 | |
| PdbImplVC110 | |
| PdbImplVC140 | |
Definition at line 22 of file RawConstants.h.
| enum llvm::pdb::PdbRaw_TpiVer : uint32_t |
| Enumerator | |
|---|---|
| PdbTpiV40 | |
| PdbTpiV41 | |
| PdbTpiV50 | |
| PdbTpiV70 | |
| PdbTpiV80 | |
Definition at line 43 of file RawConstants.h.
|
strong |
| Enumerator | |
|---|---|
| unspecified | |
| feature_unsupported | |
| invalid_format | |
| corrupt_file | |
| insufficient_buffer | |
| no_stream | |
| index_out_of_bounds | |
| invalid_block_address | |
| duplicate_entry | |
| no_entry | |
| not_writable | |
| invalid_tpi_hash | |
Definition at line 19 of file RawError.h.
| enum llvm::pdb::SpecialStream : uint32_t |
| Enumerator | |
|---|---|
| OldMSFDirectory | |
| StreamPDB | |
| StreamTPI | |
| StreamDBI | |
| StreamIPI | |
| kSpecialStreamCount | |
Definition at line 56 of file RawConstants.h.
Definition at line 22 of file GSI.cpp.
References feature_unsupported, llvm::pdb::GSIHashHeader::HdrVersion, llvm::Error::success(), and llvm::pdb::GSIHashHeader::VerHdr.
Referenced by readGSIHashBuckets(), and readGSIHashRecords().
Definition at line 34 of file PDB/Raw/EnumTables.cpp.
References llvm::makeArrayRef(), and OMFSegMapDescFlagNames.
Definition at line 81 of file Hash.cpp.
References llvm::ArrayRef< T >::data(), llvm::JamCRC::getCRC(), llvm::ArrayRef< T >::size(), and llvm::JamCRC::update().
Referenced by getTpiHash().
Definition at line 21 of file Hash.cpp.
References llvm::StringRef::data(), and llvm::StringRef::size().
Referenced by llvm::pdb::NameHashTable::getIDForString(), getSourceLineHash(), and getTpiHash().
Definition at line 57 of file Hash.cpp.
References llvm::StringRef::begin(), llvm::StringRef::end(), and fuzzer::Hash().
Referenced by llvm::pdb::NameHashTable::getIDForString().
| Error llvm::pdb::loadDataForEXE | ( | PDB_ReaderType | Type, |
| StringRef | Path, | ||
| std::unique_ptr< IPDBSession > & | Session | ||
| ) |
Definition at line 40 of file PDB.cpp.
References llvm::pdb::DIASession::createFromExe(), llvm::pdb::RawSession::createFromExe(), and Raw.
| Error llvm::pdb::loadDataForPDB | ( | PDB_ReaderType | Type, |
| StringRef | Path, | ||
| std::unique_ptr< IPDBSession > & | Session | ||
| ) |
Definition at line 27 of file PDB.cpp.
References llvm::pdb::DIASession::createFromPdb(), llvm::pdb::RawSession::createFromPdb(), and Raw.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_VariantType & | Value | ||
| ) |
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_CallingConv & | Conv | ||
| ) |
Definition at line 45 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_STR, and Generic.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_DataKind & | Data | ||
| ) |
Definition at line 77 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_STR, FileStatic, Member, ObjectPtr, Param, StaticLocal, StaticMember, and Unknown.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const codeview::RegisterId & | Reg | ||
| ) |
Definition at line 93 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_NAME, and SI.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_LocType & | Loc | ||
| ) |
Definition at line 149 of file PDBExtras.cpp.
References BitField, CASE_OUTPUT_ENUM_CLASS_STR, Enregistered, IlRel, MetaData, RegRel, Slot, ThisRel, and TLS.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const codeview::ThunkOrdinal & | Thunk | ||
| ) |
Definition at line 167 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_NAME.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_Checksum & | Checksum | ||
| ) |
Definition at line 181 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_NAME, and llvm::None.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_Lang & | Lang | ||
| ) |
Definition at line 191 of file PDBExtras.cpp.
References llvm::codeview::Basic, C, CASE_OUTPUT_ENUM_CLASS_NAME, CASE_OUTPUT_ENUM_CLASS_STR, llvm::codeview::Cobol, llvm::codeview::Cpp, llvm::codeview::CSharp, llvm::codeview::Cvtpgd, llvm::codeview::Cvtres, llvm::codeview::Fortran, llvm::codeview::HLSL, llvm::codeview::ILAsm, llvm::codeview::Java, llvm::codeview::JScript, llvm::codeview::Link, llvm::codeview::Masm, llvm::codeview::MSIL, llvm::codeview::Pascal, and llvm::codeview::VB.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_SymType & | Tag | ||
| ) |
Definition at line 214 of file PDBExtras.cpp.
References Annotation, BaseClass, Block, BuiltinType, CASE_OUTPUT_ENUM_CLASS_NAME, Compiland, CompilandDetails, CompilandEnv, Custom, CustomType, Data, Dimension, Enum, Exe, FuncDebugEnd, FuncDebugStart, FunctionArg, FunctionSig, Label, ManagedType, PublicSymbol, Thunk, Typedef, UDT, UsingNamespace, VTable, and VTableShape.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_MemberAccess & | Access | ||
| ) |
Definition at line 252 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_STR.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_UdtType & | Type | ||
| ) |
Definition at line 262 of file PDBExtras.cpp.
References CASE_OUTPUT_ENUM_CLASS_STR, and Union.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_UniqueId & | Id | ||
| ) |
Definition at line 272 of file PDBExtras.cpp.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const PDB_Machine & | Machine | ||
| ) |
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const Variant & | Value | ||
| ) |
Definition at line 320 of file PDBExtras.cpp.
References Bool, llvm::pdb::Variant::Bool, Double, llvm::pdb::Variant::Double, Int16, llvm::pdb::Variant::Int16, Int32, llvm::pdb::Variant::Int32, Int64, llvm::pdb::Variant::Int64, Int8, llvm::pdb::Variant::Int8, Single, llvm::pdb::Variant::Single, String, llvm::pdb::Variant::String, llvm::pdb::Variant::Type, UInt16, UInt32, llvm::pdb::Variant::UInt32, UInt64, llvm::pdb::Variant::UInt64, UInt8, llvm::pdb::Variant::UInt8, and llvm::pdb::Variant::Value.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const VersionInfo & | Version | ||
| ) |
Definition at line 364 of file PDBExtras.cpp.
References llvm::pdb::VersionInfo::Build, llvm::pdb::VersionInfo::Major, and llvm::pdb::VersionInfo::Minor.
| raw_ostream & llvm::pdb::operator<< | ( | raw_ostream & | OS, |
| const TagStats & | Stats | ||
| ) |
Definition at line 370 of file PDBExtras.cpp.
| Error llvm::pdb::readGSIHashBuckets | ( | msf::FixedStreamArray< support::ulittle32_t > & | HashBuckets, |
| const GSIHashHeader * | HashHdr, | ||
| msf::StreamReader & | Reader | ||
| ) |
Definition at line 31 of file GSI.cpp.
References llvm::alignTo(), B, checkHashHdrVersion(), corrupt_file, llvm::countPopulation(), IPHR_HASH, llvm::joinErrors(), llvm::msf::StreamReader::readArray(), llvm::msf::StreamReader::readBytes(), and llvm::Error::success().
Referenced by llvm::pdb::GlobalsStream::reload(), and llvm::pdb::PublicsStream::reload().
Definition at line 59 of file GSI.cpp.
References corrupt_file, feature_unsupported, llvm::pdb::GSIHashHeader::HdrSignature, llvm::msf::StreamReader::readObject(), llvm::Error::success(), and llvm::pdb::GSIHashHeader::VerSignature.
Referenced by llvm::pdb::GlobalsStream::reload(), and llvm::pdb::PublicsStream::reload().
| Error llvm::pdb::readGSIHashRecords | ( | msf::FixedStreamArray< PSHashRecord > & | HashRecords, |
| const GSIHashHeader * | HashHdr, | ||
| msf::StreamReader & | Reader | ||
| ) |
Definition at line 73 of file GSI.cpp.
References checkHashHdrVersion(), corrupt_file, llvm::pdb::GSIHashHeader::HrSize, llvm::joinErrors(), llvm::msf::StreamReader::readArray(), and llvm::Error::success().
Referenced by llvm::pdb::GlobalsStream::reload(), and llvm::pdb::PublicsStream::reload().
From https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.cpp.
Definition at line 43 of file GSI.h.
Referenced by readGSIHashBuckets().
| const uint16_t llvm::pdb::kInvalidStreamIndex = 0xFFFF |
Definition at line 20 of file RawConstants.h.
Referenced by llvm::pdb::TpiStreamBuilder::commit(), llvm::pdb::DbiStreamBuilder::commit(), llvm::pdb::DbiStream::getDebugStreamIndex(), and llvm::pdb::TpiStream::reload().
Definition at line 295 of file RawTypes.h.
Referenced by llvm::pdb::TpiStream::reload().
Definition at line 294 of file RawTypes.h.
Referenced by llvm::pdb::TpiStreamBuilder::finalizeMsfLayout(), and llvm::pdb::TpiStream::reload().
1.8.6