Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h82 std::optional<bool> DebugifyAndStripAll; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp123 DebugifyAndStripAll("debugify-and-strip-all-safe", cl::Hidden, variable
510 SET_BOOLEAN_OPTION(DebugifyAndStripAll) in getCGPassBuilderOption()
803 (DebugifyAndStripAll == cl::BOU_TRUE || in addMachinePrePasses()
813 } else if (DebugifyAndStripAll == cl::BOU_TRUE) in addMachinePostPasses()