Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp137 char ExeName[PATH_MAX+1]; in checkForOProfileProcEntry() local
141 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1); in checkForOProfileProcEntry()
145 if (ExeName[0] != '/') { in checkForOProfileProcEntry()
146 BaseName = ExeName; in checkForOProfileProcEntry()
150 while (Idx < NumRead-1 && ExeName[Idx] != 0) { in checkForOProfileProcEntry()
159 if (ExeName[Idx] == '/') { in checkForOProfileProcEntry()
160 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
/external/llvm/tools/bugpoint/
DToolRunner.cpp230 static std::string PrependMainExecutablePath(const std::string &ExeName, in PrependMainExecutablePath() argument
241 sys::path::append(Storage, ExeName); in PrependMainExecutablePath()