Home
last modified time | relevance | path

Searched refs:TypeIndexBegin (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp125 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream
130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
152 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap()
H A DTpiStreamBuilder.cpp102 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
103 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h44 uint32_t TypeIndexBegin() const;
H A DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1246 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseNamespace()
1282 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseAllTypes()