Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp239 NativeObjectPath = Filename.c_str(); in compile_to_file()
240 *name = NativeObjectPath.c_str(); in compile_to_file()
260 sys::fs::remove(NativeObjectPath); in compile()
266 sys::fs::remove(NativeObjectPath); in compile()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h157 std::string NativeObjectPath; member