Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineDebugify.cpp140 struct DebugifyMachineModule : public ModulePass { struct
151 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function
161 char DebugifyMachineModule::ID = 0;
165 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
167 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
171 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()