Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h56 using PrintModuleDesc = std::tuple<const Module *, std::string, StringRef>; variable
59 PrintModuleDesc popModuleDesc(StringRef PassID);
64 SmallVector<PrintModuleDesc, 2> ModuleDescStack;
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp678 PrintIRInstrumentation::PrintModuleDesc
681 PrintModuleDesc ModuleDesc = ModuleDescStack.pop_back_val(); in popModuleDesc()