Home
last modified time | relevance | path

Searched refs:TypeIndexEnd (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp127 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd() function in TpiStream
130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
153 TypeIndex TIE{Header->TypeIndexEnd}; in buildHashMap()
DTpiStreamBuilder.cpp73 H->TypeIndexEnd = H->TypeIndexBegin + Count; in finalize()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp127 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd() function in TpiStream
130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
153 TypeIndex TIE{Header->TypeIndexEnd}; in buildHashMap()
DTpiStreamBuilder.cpp106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp47 ulittle32_t TypeIndexEnd; member
236 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd() function in TpiStream
239 return TypeIndexEnd() - TypeIndexBegin(); in NumTypeRecords()
/external/llvm-project/llvm/docs/PDB/
DTpiStream.rst213 uint32_t TypeIndexEnd;
256 - **TypeIndexEnd** - One greater than the numeric value of the type index
258 type records in the TPI stream can be computed as ``TypeIndexEnd -
282 records in the TPI stream (``TypeIndexEnd - TypeEndBegin``). Thus, if
283 ``HashBufferLength`` is not equal to ``(TypeIndexEnd - TypeEndBegin) *
310 can be determined by computing the value ``Header.TypeIndexEnd -
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h39 uint32_t TypeIndexEnd() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h44 uint32_t TypeIndexEnd() const;
DRawTypes.h286 support::ulittle32_t TypeIndexEnd; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h44 uint32_t TypeIndexEnd() const;
DRawTypes.h286 support::ulittle32_t TypeIndexEnd; member