Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp29 class ModuleDebugInfoLegacyPrinter : public ModulePass { class
34 ModuleDebugInfoLegacyPrinter() : ModulePass(ID) { in ModuleDebugInfoLegacyPrinter() function in __anon4278b06b0111::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()