Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp334 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()
H A DLTO.cpp2224 StringRef NativeObjectPath; member
2405 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h240 std::string NativeObjectPath; member