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

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

Completed in 52 milliseconds