Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp124 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream
129 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
DTpiStreamBuilder.cpp73 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
74 H->TypeIndexEnd = H->TypeIndexBegin + Count; 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/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h38 uint32_t TypeIndexBegin() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h44 uint32_t TypeIndexBegin() const;
DRawTypes.h286 support::ulittle32_t TypeIndexBegin; member