Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp32 struct StripDebugMachineModule : public ModulePass { struct
82 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() argument
83 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function
97 char StripDebugMachineModule::ID = 0;
101 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE,
103 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,
107 return new StripDebugMachineModule(OnlyDebugified); in createStripDebugMachineModulePass()