Home
last modified time | relevance | path

Searched refs:TypeIndexEnd (Results 1 – 6 of 6) 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/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/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h39 uint32_t TypeIndexEnd() const;
/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