Searched defs:ToolName (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Basic/
H A DVersion.cpp122 std::string getClangToolFullVersion(StringRef ToolName) { argument
128 OS << ToolName << " version " CLANG_VERSION_STRING " "
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfoLoader.cpp41 static void ReadProfilingBlock(const char *ToolName, FILE *F, argument
47 errs() << ToolName << ": data packet truncated!\n";
58 errs() << ToolName << ": data packet truncated!\n";
85 ProfileInfoLoader::ProfileInfoLoader(const char *ToolName, argument
92 errs() << ToolName << ": Error opening '" << Filename << "': ";
110 errs() << ToolName << ": arguments packet truncated!\n";
121 errs() << ToolName << ": arguments packet truncated!\n";
130 ReadProfilingBlock(ToolName, F, ShouldByteSwap, FunctionCounts);
134 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts);
138 ReadProfilingBlock(ToolName,
[all...]
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp191 static StringRef ToolName; variable
262 errs() << ToolName << ": error reading file: " << EC.message() << ".\n";
268 errs() << ToolName << ": " << Message << ".\n";
276 errs() << ToolName << ": '" << File << "': " << EC.message() << ".\n";
287 errs() << ToolName << ": '" << File << "': " << Buf;
296 errs() << ToolName << ": ";
1764 ToolName = argv[0];
/external/llvm/tools/bugpoint/
H A DBugDriver.h49 const char *ToolName; // argv[0] of bugpoint member in class:llvm::BugDriver
71 const char *getToolName() const { return ToolName; }
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DBugDriver.h48 const char *ToolName; // argv[0] of bugpoint member in class:llvm::BugDriver
70 const char *getToolName() const { return ToolName; }
/external/swiftshader/third_party/LLVM/tools/llvm-size/
H A Dllvm-size.cpp68 static std::string ToolName; variable
74 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
241 errs() << ToolName << ": '" << file << "': " << "No such file\n";
249 errs() << ToolName << ": " << file << ": " << ec.message() << ".\n";
259 errs() << ToolName << ": " << file << ": " << ec.message() << ".\n";
278 errs() << ToolName << ": " << file << ": " << "Unrecognized file type.\n";
293 ToolName = argv[0];
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp31 static StringRef ToolName; variable
141 errs() << ToolName << ": " << EC.message() << '\n';
217 ToolName = argv[0];
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
H A Dllvm-nm.cpp110 std::string ToolName; member in namespace:__anon23141
151 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
305 errs() << ToolName << ": '" << Filename << "': " << "No such file\n";
319 errs() << ToolName << ": " << Filename << ": " << ErrorMessage << "\n";
324 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n";
353 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n";
359 errs() << ToolName << ": " << Filename << ": "
373 ToolName = argv[0];
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A Dllvm-objdump.cpp86 static StringRef ToolName; variable
91 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
116 errs() << ToolName << ": error: unable to get target for '" << TripleName
293 errs() << ToolName << ": warning: invalid instruction encoding\n";
388 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
395 errs() << ToolName << ": '" << a->getFileName() << "': "
404 errs() << ToolName << ": '" << file << "': " << "No such file\n";
416 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
425 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
444 ToolName
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp76 StringRef ToolName; member in namespace:__anon15085
303 ToolName = argv[0];
312 errs() << ToolName << ": Timeout value too large, must be less than: "
323 errs() << ToolName << ": Failed to find program: '" << CommandLine
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
338 << ToolName << ": Command Line: " << CommandLine << '\n';
362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
378 errs() << ToolName << ": Debugging...\n";
393 errs() << ToolName << "
[all...]
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp71 StringRef ToolName; member in namespace:__anon23208
341 ToolName = argv[0];
350 errs() << ToolName << ": Timeout value too large, must be less than: "
361 errs() << ToolName << ": Failed to find program: '" << CommandLine
367 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
377 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
378 << ToolName << ": Command Line: " << CommandLine << '\n';
402 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
418 errs() << ToolName << ": Debugging...\n";
433 errs() << ToolName << "
[all...]
/external/clang/lib/Tooling/
H A DTooling.cpp113 getSyntaxOnlyToolArgs(const Twine &ToolName, argument
117 Args.push_back(ToolName.str());
127 const Twine &ToolName,
140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef),
501 const Twine &FileName, const Twine &ToolName,
515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef),
124 runToolOnCodeWithArgs( clang::FrontendAction *ToolAction, const Twine &Code, const std::vector<std::string> &Args, const Twine &FileName, const Twine &ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, const FileContentMappings &VirtualMappedFiles) argument
499 buildASTFromCodeWithArgs( const Twine &Code, const std::vector<std::string> &Args, const Twine &FileName, const Twine &ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp89 static std::string ToolName; variable
97 errs() << ToolName << ": error reading file: " << ec.message() << ".\n";
104 errs() << ToolName << ": " << Message << ".\n";
110 // "libx.a(foo.o)" after the ToolName before the error message. It sets
115 errs() << ToolName << ": " << FileName;
136 // This version of error() prints the file name and which architecture slice it // is from, for example: "foo.o (for architecture i386)" after the ToolName
142 errs() << ToolName << ": " << FileName;
508 errs() << ToolName << ": file: " << file
646 errs() << ToolName << ": file: " << file
815 errs() << ToolName << "
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp50 static StringRef ToolName; variable
54 outs() << ToolName << ": " << Error << ".\n";
166 errs() << ToolName << ": " << msg << "\n\n";
724 errs() << ToolName << ": creating " << ArchiveName << "\n";
813 fail(ToolName + " takes just one archive as an argument");
819 ToolName = argv[0];
829 StringRef Stem = sys::path::stem(ToolName);
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp177 std::string ToolName; member in namespace:__anon14868
182 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
194 // "libx.a(foo.o)" after the ToolName before the error message. It sets
199 errs() << ToolName << ": " << FileName;
221 // is from, for example: "foo.o (for architecture i386)" after the ToolName
227 errs() << ToolName << ": " << FileName;
1382 ToolName = argv[0];

Completed in 503 milliseconds