Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
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()
DTpiStreamBuilder.cpp72 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
73 H->TypeIndexEnd = H->TypeIndexBegin + Count; in finalize()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
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()
DTpiStreamBuilder.cpp105 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp46 ulittle32_t TypeIndexBegin; member
234 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream
239 return TypeIndexEnd() - TypeIndexBegin(); in NumTypeRecords()
/external/llvm-project/llvm/docs/PDB/
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
212 uint32_t TypeIndexBegin;
250 - **TypeIndexBegin** - The numeric value of the type index representing the
259 TypeIndexBegin``.
311 Header.TypeIndexBegin``.
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h38 uint32_t TypeIndexBegin() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h43 uint32_t TypeIndexBegin() const;
DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h43 uint32_t TypeIndexBegin() const;
DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp1179 TypeIndex ti{m_index.tpi().TypeIndexBegin()}; in ParseAllNamespacesPlusChildrenOf()