HomeSort by relevance Sort by last modified time
    Searched refs:NativeObjectPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 171 std::string NativeObjectPath;
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 261 NativeObjectPath = Filename.c_str();
262 *name = NativeObjectPath.c_str();
277 sys::fs::remove(NativeObjectPath);
283 sys::fs::remove(NativeObjectPath);

Completed in 1068 milliseconds