Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDCGPassBuilderOption.h64 std::optional<bool> DebugifyCheckAndStripAll; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp127 static cl::opt<cl::boolOrDefault> DebugifyCheckAndStripAll( variable
503 SET_BOOLEAN_OPTION(DebugifyCheckAndStripAll) in getCGPassBuilderOption()
794 DebugifyCheckAndStripAll == cl::BOU_TRUE)) in addMachinePrePasses()
800 if (DebugifyCheckAndStripAll == cl::BOU_TRUE) { in addMachinePostPasses()