Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h49 bool DisableCFIFixup = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp146 static cl::opt<bool> DisableCFIFixup("disable-cfi-fixup", cl::Hidden, variable
501 SET_BOOLEAN_OPTION(DisableCFIFixup) in getCGPassBuilderOption()
1256 if (!DisableCFIFixup && TM->Options.EnableCFIFixup) in addMachinePasses()