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

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp136 char ExeName[PATH_MAX+1]; local
140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1);
144 if (ExeName[0] != '/') {
145 BaseName = ExeName;
149 while (Idx < NumRead-1 && ExeName[Idx] != 0) {
158 if (ExeName[Idx] == '/') {
159 BaseName = ExeName + Idx + 1;
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp243 /// to \p ExeName, given the value of argv[0] and the address of main()
248 static std::string PrependMainExecutablePath(const std::string &ExeName, argument
259 sys::path::append(Storage, ExeName);

Completed in 104 milliseconds