Home
last modified time | relevance | path

Searched refs:getTypeIndexOffsets (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp115 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()
151 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets() function in TpiStream
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h47 codeview::FixedStreamArray<TypeIndexOffset> getTypeIndexOffsets() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h53 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DAnalyze.cpp77 auto Offsets = Tpi->getTypeIndexOffsets(); in dump()
DInputFile.cpp378 auto Offsets = Stream.getTypeIndexOffsets(); in getOrCreateTypeCollection()
DBytesOutputStyle.cpp461 auto Offsets = Tpi->getTypeIndexOffsets(); in initializeTypes()
DDumpOutputStyle.cpp1257 auto IndexOffsets = Stream.getTypeIndexOffsets(); in dumpTpiStream()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp259 TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets() function in TpiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp348 P.printList("Type Index Offsets", Tpi.getTypeIndexOffsets(), in dumpTpiHash()