Home
last modified time | relevance | path

Searched refs:VerifyOutput (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h154 bool VerifyOutput; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp175 VerifyOutput = false; in PassManagerBuilder()
959 if (VerifyOutput) in populateThinLTOPassManager()
992 if (VerifyOutput) in populateLTOPassManager()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2120 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() function in __anone04377880111::GMockVerboseFlagTest
2148 VerifyOutput( in TestExpectedCall()
2159 VerifyOutput( in TestExpectedCall()
2184 VerifyOutput( in TestUninterestingCallOnNaggyMock()
2196 VerifyOutput( in TestUninterestingCallOnNaggyMock()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp544 PMB.VerifyOutput = !DisableVerify; in optimize()
H A DLTOBackend.cpp272 PMB.VerifyOutput = !Conf.DisableVerify; in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp237 PMB.VerifyOutput = false; in optimizeModule()