Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp347 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()
348 *Name = NativeObjectPath.c_str(); in compileOptimizedToFile()
363 sys::fs::remove(NativeObjectPath); in compileOptimized()
368 sys::fs::remove(NativeObjectPath); in compileOptimized()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h238 std::string NativeObjectPath; member