Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.h107 const ModuleDebugStreamRef &getPdbModuleStream() const;
DTypeReferenceTracker.cpp70 for (const CVSymbol &S : SG.getPdbModuleStream().getSymbolArray()) in mark()
DInputFile.cpp203 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream() function in SymbolGroup
DDumpOutputStyle.cpp277 for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) { in getSymbolStats()