Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDModuleDebugStream.h52 BinarySubstreamRef getSymbolsSubstream() const;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDModuleDebugStream.cpp95 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream() function in ModuleDebugStreamRef
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDBytesOutputStyle.cpp388 auto Symbols = Stream.getSymbolsSubstream(); in dumpModuleSyms()
HDDumpOutputStyle.cpp1488 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp1049 BinarySubstreamRef SS = ModS.getSymbolsSubstream(); in createScopes()