Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp291 NativeObjectPath = Filename.c_str(); in compileOptimizedToFile()
292 *Name = NativeObjectPath.c_str(); in compileOptimizedToFile()
307 sys::fs::remove(NativeObjectPath); in compileOptimized()
312 sys::fs::remove(NativeObjectPath); in compileOptimized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h232 std::string NativeObjectPath; member