Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp124 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream
129 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
151 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap()
H A DTpiStreamBuilder.cpp101 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
102 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h46 LLVM_ABI uint32_t TypeIndexBegin() const;
H A DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/freebsd/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()