Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp
/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp112 addPassesToEmitFile(PassManagerBase & PM,raw_pwrite_stream & Out,raw_pwrite_stream * DwoOut,CodeGenFileType FileType,bool DisableVerify,MachineModuleInfoWrapperPass * MMIWP) addPassesToEmitFile() argument
147 addPassesToEmitMC(PassManagerBase & PM,MCContext * & Ctx,raw_pwrite_stream & Out,bool DisableVerify) addPassesToEmitMC() argument
/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp57 DisableVerify("disable-verify", cl::Hidden, global() variable
/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h31 bool DisableVerify = false; member
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h129 bool DisableVerify = false; variable
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp149 static bool DisableVerify = true; variable
151 static bool DisableVerify = false; variable
/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h61 bool DisableVerify = false; member
/llvm-project/llvm/tools/lto/
H A Dlto.cpp52 static cl::opt<bool> DisableVerify( global() variable