Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp156 TestChanged("exec-on-ir-change", cl::Hidden, cl::init(""), variable
541 if (TestChanged != "") in registerCallbacks()
554 static ErrorOr<std::string> Exe = sys::findProgramByName(TestChanged); in handleIR()
560 StringRef Args[] = {TestChanged, FileName[0], PassID}; in handleIR()