Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiStream.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()
HDTpiStreamBuilder.cpp102 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
103 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDTpiStream.h44 uint32_t TypeIndexBegin() const;
HDRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp1246 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseNamespace()
1282 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseAllTypes()