Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h73 BinarySubstreamRef getFileInfoSubstreamData() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp353 BinarySubstreamRef DbiStream::getFileInfoSubstreamData() const { in getFileInfoSubstreamData() function in DbiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp265 BinarySubstreamRef NS = DbiS.getFileInfoSubstreamData(); in dumpFileInfo()