Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3094 SmallString<128> OutObjectPath; in emitAndLink() local
3095 sys::fs::getPotentiallyUniqueTempFileName("output", "o", OutObjectPath); in emitAndLink()
3097 std::make_unique<ToolOutputFile>(OutObjectPath, EC, sys::fs::OF_None); in emitAndLink()
3202 << OutObjectPath << "\n"; in emitAndLink()