Home
last modified time | relevance | path

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

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