Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp209 _nativeObjectPath = uniqueObjPath.str(); in compile_to_file()
210 *name = _nativeObjectPath.c_str(); in compile_to_file()
232 sys::Path(_nativeObjectPath).eraseFromDisk(); in compile()
DLTOCodeGenerator.h70 std::string _nativeObjectPath; member