Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp29 class ModuleDebugInfoLegacyPrinter : public ModulePass { class
34 ModuleDebugInfoLegacyPrinter() : ModulePass(ID) { in ModuleDebugInfoLegacyPrinter() function in __anonc1a39cc00111::ModuleDebugInfoLegacyPrinter
48 char ModuleDebugInfoLegacyPrinter::ID = 0;
49 INITIALIZE_PASS(ModuleDebugInfoLegacyPrinter, "module-debuginfo",
53 return new ModuleDebugInfoLegacyPrinter(); in createModuleDebugInfoPrinterPass()
56 bool ModuleDebugInfoLegacyPrinter::runOnModule(Module &M) { in runOnModule()
135 void ModuleDebugInfoLegacyPrinter::print(raw_ostream &O, in print()