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

  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 434 const char *objPath;
435 if (lto_codegen_compile_to_file(code_gen, &objPath)) {
448 if ((*add_input_file)(objPath) != LDPS_OK) {
450 (*message)(LDPL_ERROR, "File left behind in: %s", objPath);
461 Cleanup.push_back(sys::Path(objPath));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 667 llvm::SmallString<MAX_PATH> objPath = filePath;
668 objPath += JIT_OBJ_EXT;
672 llvm::raw_fd_ostream fileObj(objPath.c_str(), err, llvm::sys::fs::F_None);

Completed in 548 milliseconds