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

/external/llvm/lib/Support/
H A DSystemUtils.cpp36 /// to \p ExeName, given the value of argv[0] and the address of main()
41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName, argument
50 Result.appendComponent(ExeName);
/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);
146 while (Idx < NumRead-1 && ExeName[Idx] != 0) {
155 if (ExeName[Idx] == '/') {
156 BaseName = ExeName + Idx + 1;

Completed in 67 milliseconds