Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp70 SmallString<128> &CurrentFilepath) { in isReduced() argument
75 CurrentFilepath); in isReduced()
87 sys::fs::remove(CurrentFilepath); in isReduced()
90 bool Res = Test.run(CurrentFilepath); in isReduced()
91 sys::fs::remove(CurrentFilepath); in isReduced()
94 ToolOutputFile Out(CurrentFilepath, FD); in isReduced()
103 return Test.run(CurrentFilepath); in isReduced()
189 SmallString<128> CurrentFilepath; in CheckChunk() local
190 if (!isReduced(*Clone, Test, CurrentFilepath)) { in CheckChunk()
232 SmallString<128> CurrentFilepath; in runDeltaPass() local
[all …]