HomeSort by: relevance | last modified time | path
    Searched defs:Executable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp 214 static bool printSourceSymbols(const char *Executable,
219 ArgsWithProgName.push_back(Executable);
334 std::string Executable = llvm::sys::fs::getMainExecutable(argv[0], MainAddr);
364 return printSourceSymbols(Executable.c_str(), CompArgs,
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h 103 /// Command - An executable path/name and argument vector to
115 /// The executable to run.
116 const char *Executable;
119 /// argument, which will be the executable).
143 /// Information on executable run provided by OS.
166 ResponseFileSupport ResponseSupport, const char *Executable,
206 const char *getExecutable() const { return Executable; }
231 ResponseFileSupport ResponseSupport, const char *Executable,

Completed in 24 milliseconds