Searched refs:BundlerExecutable (Results 1 – 1 of 1) sorted by relevance
110 static std::string BundlerExecutable; variable531 "llvm-objcopy", sys::path::parent_path(BundlerExecutable)); in WriteBundleEnd()1029 BundlerExecutable = argv[0]; in main()1030 if (!llvm::sys::fs::exists(BundlerExecutable)) in main()1031 BundlerExecutable = sys::fs::getMainExecutable(argv[0], &BundlerExecutable); in main()