Home
last modified time | relevance | path

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

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