HomeSort by relevance Sort by last modified time
    Searched refs:DisableVerify (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 33 CodeGenFileType FileType, bool DisableVerify,
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 117 bool compile_to_file(const char **Name, bool DisableVerify,
127 std::unique_ptr<MemoryBuffer> compile(bool DisableVerify, bool DisableInline,
132 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 93 bool DisableVerify, AnalysisID StartBefore,
110 PassConfig->setDisableVerify(DisableVerify);
151 bool DisableVerify, AnalysisID StartBefore, AnalysisID StartAfter,
155 addPassesToGenerateCode(this, PM, DisableVerify, StartBefore, StartAfter,
239 bool DisableVerify) {
241 Ctx = addPassesToGenerateCode(this, PM, DisableVerify, nullptr, nullptr,
Passes.cpp 244 DisableVerify(false), EnableTailMerge(true) {
407 if (!DisableVerify)
490 if (!DisableVerify)
  /external/llvm/tools/llvm-as/
llvm-as.cpp 55 DisableVerify("disable-verify", cl::Hidden,
107 if (!DisableVerify) {
  /frameworks/compile/slang/
llvm-rs-as.cpp 60 DisableVerify("disable-verify", cl::Hidden,
132 if (!DisableVerify) {
  /external/llvm/include/llvm/Target/
TargetMachine.h 241 bool /*DisableVerify*/ = true, AnalysisID /*StartBefore*/ = nullptr,
254 bool /*DisableVerify*/ = true) {
296 bool DisableVerify = true, AnalysisID StartBefore = nullptr,
306 bool DisableVerify = true) override;
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 258 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify,
262 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
270 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline,
272 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
457 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline,
484 PMB.VerifyInput = !DisableVerify;
485 PMB.VerifyOutput = !DisableVerify;
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 43 static cl::opt<bool> DisableVerify(
345 if (!CodeGen.optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
399 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline,
  /external/llvm/tools/lto/
lto.cpp 54 static cl::opt<bool> DisableVerify(
392 CG->compile(DisableVerify, DisableInline, DisableGVNLoadPRE,
402 return !unwrap(cg)->optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
419 name, DisableVerify, DisableInline, DisableGVNLoadPRE,
  /external/llvm/include/llvm/CodeGen/
Passes.h 118 bool DisableVerify;
162 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
  /external/llvm/tools/gold/
gold-plugin.cpp 128 static bool DisableVerify = true;
130 static bool DisableVerify = false;
179 DisableVerify = true;
746 PMB.VerifyOutput = !options::DisableVerify;

Completed in 876 milliseconds