Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.h108 const ModuleDebugStreamRef &getPdbModuleStream() const;
DInputFile.cpp195 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream() function in SymbolGroup
DDumpOutputStyle.cpp239 for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) { in getSymbolStats()