Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h52 BinarySubstreamRef getSymbolsSubstream() const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp95 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream() function in ModuleDebugStreamRef
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp388 auto Symbols = Stream.getSymbolsSubstream(); in dumpModuleSyms()
H A DDumpOutputStyle.cpp1487 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()