Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/LTO/
DLTOCodeGenerator.cpp232 NativeObjectPath = Filename.c_str(); in compile_to_file()
233 *name = NativeObjectPath.c_str(); in compile_to_file()
254 sys::fs::remove(NativeObjectPath); in compile()
260 sys::fs::remove(NativeObjectPath); in compile()
/freebsd-10-stable/contrib/llvm/include/llvm/LTO/
DLTOCodeGenerator.h149 std::string NativeObjectPath; member