Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp136 char ExeName[PATH_MAX+1]; in checkForOProfileProcEntry() local
140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1); in checkForOProfileProcEntry()
144 if (ExeName[0] != '/') { in checkForOProfileProcEntry()
145 BaseName = ExeName; in checkForOProfileProcEntry()
149 while (Idx < NumRead-1 && ExeName[Idx] != 0) { in checkForOProfileProcEntry()
158 if (ExeName[Idx] == '/') { in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
/external/swiftshader/third_party/LLVM/lib/Support/
DSystemUtils.cpp41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName, in PrependMainExecutablePath() argument
50 Result.appendComponent(ExeName); in PrependMainExecutablePath()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSystemUtils.h39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
/external/llvm/tools/bugpoint/
DToolRunner.cpp231 static std::string PrependMainExecutablePath(const std::string &ExeName, in PrependMainExecutablePath() argument
242 sys::path::append(Storage, ExeName); in PrependMainExecutablePath()