Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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