Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h69 BinarySubstreamRef getSecMapSubstreamData() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp347 BinarySubstreamRef DbiStream::getSecMapSubstreamData() const { in getSecMapSubstreamData() function in DbiStream
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp243 BinarySubstreamRef NS = DbiS.getSecMapSubstreamData(); in dumpSectionMap()