Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp105 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h43 uint32_t TypeIndexBegin() const;
H A DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1179 TypeIndex ti{m_index.tpi().TypeIndexBegin()}; in ParseAllNamespacesPlusChildrenOf()