Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h45 using PrintModuleDesc = std::tuple<const Module *, std::string, StringRef>; variable
48 PrintModuleDesc popModuleDesc(StringRef PassID);
52 SmallVector<PrintModuleDesc, 2> ModuleDescStack;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp159 PrintIRInstrumentation::PrintModuleDesc
162 PrintModuleDesc ModuleDesc = ModuleDescStack.pop_back_val(); in popModuleDesc()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp678 PrintIRInstrumentation::PrintModuleDesc
681 PrintModuleDesc ModuleDesc = ModuleDescStack.pop_back_val(); in popModuleDesc()