Searched refs:VerifyOutput (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | PassManagerBuilder.h | 166 bool VerifyOutput; member in llvm::PassManagerBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 171 VerifyOutput = false; in PassManagerBuilder() 1059 if (VerifyOutput) in populateThinLTOPassManager() 1096 if (VerifyOutput) in populateLTOPassManager()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-spec-builders_test.cc | 2013 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() function in testing::__anon3008::GMockVerboseFlagTest 2040 VerifyOutput(GetCapturedStdout(), should_print, in TestExpectedCall() 2049 VerifyOutput(GetCapturedStdout(), should_print, in TestExpectedCall() 2072 VerifyOutput(GetCapturedStdout(), should_print, in TestUninterestingCallOnNaggyMock() 2082 VerifyOutput(GetCapturedStdout(), should_print, in TestUninterestingCallOnNaggyMock()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator-verifier.h | 272 static void VerifyOutput(const OperandConstraint& constraint);
|
H A D | register-allocator-verifier.cc | 99 VerifyOutput(op_constraints[count]); in RegisterAllocatorVerifier() 123 void RegisterAllocatorVerifier::VerifyOutput( in VerifyOutput() function in v8::internal::compiler::RegisterAllocatorVerifier
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 573 PMB.VerifyOutput = !DisableVerify; in optimize()
|
H A D | LTOBackend.cpp | 286 PMB.VerifyOutput = !Conf.DisableVerify; in runOldPMPasses()
|
H A D | ThinLTOCodeGenerator.cpp | 244 PMB.VerifyOutput = false; in optimizeModule()
|
Completed in 12 milliseconds