Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h49 BinarySubstreamRef getSymbolsSubstream() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp94 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream() function in ModuleDebugStreamRef
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp388 auto Symbols = Stream.getSymbolsSubstream(); in dumpModuleSyms()
H A DDumpOutputStyle.cpp1595 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()