Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h71 BinarySubstreamRef getSecMapSubstreamData() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp345 BinarySubstreamRef DbiStream::getSecMapSubstreamData() const { in getSecMapSubstreamData() function in DbiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp243 BinarySubstreamRef NS = DbiS.getSecMapSubstreamData(); in dumpSectionMap()