Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp101 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
102 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst96 by the ``TypeIndexBegin`` member of the :ref:`TPI Stream Header <tpi_header>`
106 Once the high bit is cleared, any type index >= ``TypeIndexBegin`` is presumed
213 uint32_t TypeIndexBegin;
251 - **TypeIndexBegin** - The numeric value of the type index representing the
260 TypeIndexBegin``.
312 Header.TypeIndexBegin``.
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h44 uint32_t TypeIndexBegin() const;
H A DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1244 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseNamespace()
1280 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseAllTypes()