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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 138 char ExeName[PATH_MAX+1];
142 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
147 while (Idx < NumRead-1 && ExeName[Idx] != 0) {
156 if (ExeName[Idx] == '/') {
157 BaseName = ExeName + Idx + 1;
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 243 /// to \p ExeName, given the value of argv[0] and the address of main()
248 static std::string PrependMainExecutablePath(const std::string &ExeName,
259 sys::path::append(Storage, ExeName);
    [all...]

Completed in 78 milliseconds