Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp185 sys::PathWithStatus uniqueObjPath("lto-llvm.o"); in compile_to_file() local
186 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()