Home
last modified time | relevance | path

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

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