Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp348 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()
349 *Name = NativeObjectPath.c_str(); in compileOptimizedToFile()
364 sys::fs::remove(NativeObjectPath); in compileOptimized()
369 sys::fs::remove(NativeObjectPath); in compileOptimized()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h236 std::string NativeObjectPath; member