Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h64 std::optional<bool> DebugifyCheckAndStripAll; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp127 static cl::opt<cl::boolOrDefault> DebugifyCheckAndStripAll( variable
499 SET_BOOLEAN_OPTION(DebugifyCheckAndStripAll) in getCGPassBuilderOption()
790 DebugifyCheckAndStripAll == cl::BOU_TRUE)) in addMachinePrePasses()
796 if (DebugifyCheckAndStripAll == cl::BOU_TRUE) { in addMachinePostPasses()