Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h168 bool VerifyOutput; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp210 VerifyOutput = false; in PassManagerBuilder()
1201 if (VerifyOutput) in populateThinLTOPassManager()
1243 if (VerifyOutput) in populateLTOPassManager()
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2121 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() function in __anone0b3ffa90111::GMockVerboseFlagTest
2149 VerifyOutput( in TestExpectedCall()
2160 VerifyOutput( in TestExpectedCall()
2185 VerifyOutput( in TestUninterestingCallOnNaggyMock()
2197 VerifyOutput( in TestUninterestingCallOnNaggyMock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp325 PMB.VerifyOutput = !Conf.DisableVerify; in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp253 PMB.VerifyOutput = false; in optimizeModule()