Home
last modified time | relevance | path

Searched refs:VerifyMachineCode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h79 std::optional<bool> VerifyMachineCode; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp120 VerifyMachineCode("verify-machineinstrs", cl::Hidden, variable
488 SET_OPTION(VerifyMachineCode) in getCGPassBuilderOption()
780 bool Verify = VerifyMachineCode == cl::BOU_TRUE; in addVerifyPass()
782 if (VerifyMachineCode == cl::BOU_UNSET) in addVerifyPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29378 {"_ZL17VerifyMachineCode", "VerifyMachineCode"},