Home
last modified time | relevance | path

Searched defs:DisableVerify (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLLVMTargetMachine.cpp99 bool DisableVerify, in addPassesToGenerateCode()
192 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile()
228 bool DisableVerify) { in addPassesToEmitMC()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp317 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file()
329 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile()
522 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize()
HDLTOBackend.cpp232 bool DisableVerify) { in runNewPMCustomPasses()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-as/
HDllvm-as.cpp57 DisableVerify("disable-verify", cl::Hidden, variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetPassConfig.h126 bool DisableVerify = false; variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDConfig.h49 bool DisableVerify = false; member