Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp29 struct CheckDebugMachineModule : public ModulePass { struct
106 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() argument
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()