Home
last modified time | relevance | path

Searched defs:ExeName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp75 bool runCommandsInFile(const char *ExeName, std::string const &FileName, in runCommandsInFile()
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp136 char ExeName[PATH_MAX+1]; in checkForOProfileProcEntry() local
/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp204 ErrorOr<std::string> llvm::FindProgramByName(const std::string &ExeName, in FindProgramByName()