Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp269 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()
270 *Name = NativeObjectPath.c_str(); in compileOptimizedToFile()
285 sys::fs::remove(NativeObjectPath); in compileOptimized()
290 sys::fs::remove(NativeObjectPath); in compileOptimized()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h222 std::string NativeObjectPath; member