Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp261 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()
262 *name = NativeObjectPath.c_str(); in compileOptimizedToFile()
277 sys::fs::remove(NativeObjectPath); in compileOptimized()
283 sys::fs::remove(NativeObjectPath); in compileOptimized()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h171 std::string NativeObjectPath; member