Searched refs:StripDebugMachineModule (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp32 struct StripDebugMachineModule : public ModulePass { struct in namespace:__anon3527
85 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} function in struct:__anon3527::StripDebugMachineModule
86 StripDebugMachineModule(bool OnlyDebugified) function in struct:__anon3527::StripDebugMachineModule
100 char StripDebugMachineModule::ID = 0;
104 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE,
106 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,
110 return new StripDebugMachineModule(OnlyDebugified);

Completed in 96 milliseconds