Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp116 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()
234 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets() function in TpiStream
H A DInputFile.cpp434 auto Offsets = Stream.getTypeIndexOffsets(); in getOrCreateTypeCollection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h53 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp458 auto Offsets = Tpi->getTypeIndexOffsets(); in initializeTypes()
H A DDumpOutputStyle.cpp1398 auto IndexOffsets = Stream.getTypeIndexOffsets(); in dumpTpiStream()