Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp30 struct CheckDebugMachineModule : public ModulePass { struct
107 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() function
116 char CheckDebugMachineModule::ID = 0;
120 INITIALIZE_PASS_BEGIN(CheckDebugMachineModule, DEBUG_TYPE,
122 INITIALIZE_PASS_END(CheckDebugMachineModule, DEBUG_TYPE,
126 return new CheckDebugMachineModule(); in createCheckDebugMachineModulePass()