Searched refs:NativeObjectPath (Results 1 – 3 of 3) sorted by relevance
334 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()335 *Name = NativeObjectPath.c_str(); in compileOptimizedToFile()350 sys::fs::remove(NativeObjectPath); in compileOptimized()355 sys::fs::remove(NativeObjectPath); in compileOptimized()
2224 StringRef NativeObjectPath; member2405 JOS.value(J.NativeObjectPath); in emitDistributorJson()2406 Outputs.push_back(J.NativeObjectPath); in emitDistributorJson()2441 removeFile(Job.NativeObjectPath); in wait()2480 MemoryBuffer::getFile(Job.NativeObjectPath, /*IsText=*/false, in wait()2485 Job.NativeObjectPath + ": " + EC.message(), in wait()
240 std::string NativeObjectPath; member