Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
DLTOCodeGenerator.cpp156 sys::PathWithStatus uniqueObjPath("lto-llvm.o"); in compile_to_file() local
157 if (uniqueObjPath.createTemporaryFileOnDisk(false, &errMsg)) { in compile_to_file()
158 uniqueObjPath.eraseFromDisk(); in compile_to_file()
161 sys::RemoveFileOnSignal(uniqueObjPath); in compile_to_file()
165 tool_output_file objFile(uniqueObjPath.c_str(), errMsg); in compile_to_file()
167 uniqueObjPath.eraseFromDisk(); in compile_to_file()
175 uniqueObjPath.eraseFromDisk(); in compile_to_file()
181 uniqueObjPath.eraseFromDisk(); in compile_to_file()
185 _nativeObjectPath = uniqueObjPath.str(); in compile_to_file()