Home
last modified time | relevance | path

Searched refs:PrintModuleDesc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h55 using PrintModuleDesc = std::tuple<const Module *, std::string, StringRef>; variable
58 PrintModuleDesc popModuleDesc(StringRef PassID);
63 SmallVector<PrintModuleDesc, 2> ModuleDescStack;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp717 PrintIRInstrumentation::PrintModuleDesc
720 PrintModuleDesc ModuleDesc = ModuleDescStack.pop_back_val(); in popModuleDesc()