Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp28 struct CheckDebugMachineModule : public ModulePass { struct
105 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() function
115 char CheckDebugMachineModule::ID = 0;
119 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,
121 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,
125 return new CheckDebugMachineModule(); in createCheckDebugMachineModulePass()