Searched refs:OutObjectPath (Results 1 – 1 of 1) sorted by relevance
3094 SmallString<128> OutObjectPath; in emitAndLink() local3095 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()