Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h81 BinaryStreamRef getMsfBuffer() const { return *Buffer; } in getMsfBuffer() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp435 BinaryStreamReader Reader(File.getMsfBuffer()); in dumpByteRanges()
H A DExplainOutputStyle.cpp222 cantFail(File.pdb().getMsfBuffer().readBytes(FileOffset, 1, Bytes)); in explainPdbFpmBlockOffset()