Searched refs:ExeName (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp137 char ExeName[PATH_MAX+1]; local
141 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
145 if (ExeName[0] != '/') {
146 BaseName = ExeName;
150 while (Idx < NumRead-1 && ExeName[Idx] != 0) {
159 if (ExeName[Idx] == '/') {
160 BaseName = ExeName + Idx + 1;
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp244 /// to \p ExeName, given the value of argv[0] and the address of main()
249 static std::string PrependMainExecutablePath(const std::string &ExeName, argument
260 sys::path::append(Storage, ExeName);

Completed in 448 milliseconds