HomeSort by: relevance | last modified time | path
    Searched defs:DebugifyMachineModule (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineDebugify.cpp 170 struct DebugifyMachineModule : public ModulePass {
181 DebugifyMachineModule() : ModulePass(ID) {}
191 char DebugifyMachineModule::ID = 0;
195 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
197 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
201 return new DebugifyMachineModule();
MachineDebugify.cpp 170 struct DebugifyMachineModule : public ModulePass {
181 DebugifyMachineModule() : ModulePass(ID) {}
191 char DebugifyMachineModule::ID = 0;
195 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
197 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
201 return new DebugifyMachineModule();

Completed in 35 milliseconds