Home
last modified time | relevance | path

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

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