Home
last modified time | relevance | path

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

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