Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineStripDebug.cpp32 struct StripDebugMachineModule : public ModulePass { struct
85 StripDebugMachineModule() : StripDebugMachineModule(OnlyDebugifiedDefault) {} in StripDebugMachineModule() argument
86 StripDebugMachineModule(bool OnlyDebugified) in StripDebugMachineModule() function
100 char StripDebugMachineModule::ID = 0;
104 INITIALIZE_PASS_BEGIN(StripDebugMachineModule, DEBUG_TYPE,
106 INITIALIZE_PASS_END(StripDebugMachineModule, DEBUG_TYPE,
110 return new StripDebugMachineModule(OnlyDebugified); in createStripDebugMachineModulePass()