Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp73 for (const CVSymbol &S : SG.getPdbModuleStream().getSymbolArray()) in mark()
H A DDumpOutputStyle.cpp278 for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) { in getSymbolStats()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h110 const ModuleDebugStreamRef &getPdbModuleStream() const;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp230 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream() function in SymbolGroup