Home
last modified time | relevance | path

Searched refs:getMsfBuffer (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp264 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeSectionHeadersData()
299 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeFpoRecords()
H A DTpiStream.cpp87 Pdb.getMsfLayout(), Pdb.getMsfBuffer(), Header->HashStreamIndex, in reload()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h83 BinaryStreamRef getMsfBuffer() const { return *Buffer; } in getMsfBuffer() function
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp345 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in iterateOneModule()
438 BinaryStreamReader Reader(File.getMsfBuffer()); in dumpByteRanges()
H A DLinePrinter.cpp191 File.getMsfLayout(), File.getMsfBuffer(), StreamIdx, File.getAllocator()); in formatMsfStreamData()
H A DYAMLOutputStyle.cpp236 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
H A DExplainOutputStyle.cpp220 cantFail(File.pdb().getMsfBuffer().readBytes(FileOffset, 1, Bytes)); in explainPdbFpmBlockOffset()
H A Dllvm-pdbutil.cpp1381 File.getMsfLayout(), File.getMsfBuffer(), Index, File.getAllocator()); in exportStream()