Home
last modified time | relevance | path

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

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