Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp276 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()
277 *Name = NativeObjectPath.c_str(); in compileOptimizedToFile()
292 sys::fs::remove(NativeObjectPath); in compileOptimized()
297 sys::fs::remove(NativeObjectPath); in compileOptimized()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h230 std::string NativeObjectPath; member