Searched refs:uniqueObjPath (Results 1 – 1 of 1) sorted by relevance
185 sys::PathWithStatus uniqueObjPath("lto-llvm.o"); in compile_to_file() local186 if ( uniqueObjPath.createTemporaryFileOnDisk(false, &errMsg) ) { in compile_to_file()187 uniqueObjPath.eraseFromDisk(); in compile_to_file()190 sys::RemoveFileOnSignal(uniqueObjPath); in compile_to_file()194 tool_output_file objFile(uniqueObjPath.c_str(), errMsg); in compile_to_file()205 uniqueObjPath.eraseFromDisk(); in compile_to_file()209 _nativeObjectPath = uniqueObjPath.str(); in compile_to_file()