Home
last modified time | relevance | path

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

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