Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp127 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream
132 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
154 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap()
H A DTpiStreamBuilder.cpp73 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
74 H->TypeIndexEnd = H->TypeIndexBegin + Count; in finalize()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h44 uint32_t TypeIndexBegin() const;
H A DRawTypes.h286 support::ulittle32_t TypeIndexBegin; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1170 TypeIndex ti{m_index.tpi().TypeIndexBegin()}; in ParseAllNamespacesPlusChildrenOf()