Home
last modified time | relevance | path

Searched refs:getModiSubstreamData (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h72 BinarySubstreamRef getModiSubstreamData() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp349 BinarySubstreamRef DbiStream::getModiSubstreamData() const { in getModiSubstreamData() function in DbiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp254 BinarySubstreamRef NS = DbiS.getModiSubstreamData(); in dumpModuleInfos()
H A DExplainOutputStyle.cpp362 BinaryStreamRef ModiSubstreamData = Dbi.getModiSubstreamData().StreamData; in explainDbiModiSubstreamOffset()