Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h52 BinarySubstreamRef getSymbolsSubstream() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp95 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream() function in ModuleDebugStreamRef
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp388 auto Symbols = Stream.getSymbolsSubstream(); in dumpModuleSyms()
H A DDumpOutputStyle.cpp1489 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1049 BinarySubstreamRef SS = ModS.getSymbolsSubstream(); in createScopes()