Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.h108 const ModuleDebugStreamRef &getPdbModuleStream() const;
H A DInputFile.cpp200 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream() function in SymbolGroup
H A DDumpOutputStyle.cpp255 for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) { in getSymbolStats()