/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfoLoader.cpp | 41 static void ReadProfilingBlock(const char *ToolName, FILE *F, in ReadProfilingBlock() argument 47 errs() << ToolName << ": data packet truncated!\n"; in ReadProfilingBlock() 58 errs() << ToolName << ": data packet truncated!\n"; in ReadProfilingBlock() 85 ProfileInfoLoader::ProfileInfoLoader(const char *ToolName, in ProfileInfoLoader() argument 92 errs() << ToolName << ": Error opening '" << Filename << "': "; in ProfileInfoLoader() 110 errs() << ToolName << ": arguments packet truncated!\n"; in ProfileInfoLoader() 121 errs() << ToolName << ": arguments packet truncated!\n"; in ProfileInfoLoader() 130 ReadProfilingBlock(ToolName, F, ShouldByteSwap, FunctionCounts); in ProfileInfoLoader() 134 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts); in ProfileInfoLoader() 138 ReadProfilingBlock(ToolName, F, ShouldByteSwap, EdgeCounts); in ProfileInfoLoader() [all …]
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 76 StringRef ToolName; variable 303 ToolName = argv[0]; in main() 312 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 338 << ToolName << ": Command Line: " << CommandLine << '\n'; in main() 362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main() 378 errs() << ToolName << ": Debugging...\n"; in main() 393 errs() << ToolName << ": Failed to get process times: " in main() [all …]
|
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 71 StringRef ToolName; variable 341 ToolName = argv[0]; in main() 350 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 361 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 367 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 377 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 378 << ToolName << ": Command Line: " << CommandLine << '\n'; in main() 402 errs() << ToolName << ": Failed to run program: '" << ProgramToRun in main() 418 errs() << ToolName << ": Debugging...\n"; in main() 433 errs() << ToolName << ": Failed to get process times: " in main() [all …]
|
/external/swiftshader/third_party/LLVM/tools/llvm-size/ |
D | llvm-size.cpp | 68 static std::string ToolName; variable 74 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error() 241 errs() << ToolName << ": '" << file << "': " << "No such file\n"; in PrintFileSectionSizes() 249 errs() << ToolName << ": " << file << ": " << ec.message() << ".\n"; in PrintFileSectionSizes() 259 errs() << ToolName << ": " << file << ": " << ec.message() << ".\n"; in PrintFileSectionSizes() 278 errs() << ToolName << ": " << file << ": " << "Unrecognized file type.\n"; in PrintFileSectionSizes() 293 ToolName = argv[0]; in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 86 static StringRef ToolName; variable 91 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error() 116 errs() << ToolName << ": error: unable to get target for '" << TripleName in GetTarget() 293 errs() << ToolName << ": warning: invalid instruction encoding\n"; in DisassembleObject() 388 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message() in DumpArchive() 395 errs() << ToolName << ": '" << a->getFileName() << "': " in DumpArchive() 404 errs() << ToolName << ": '" << file << "': " << "No such file\n"; in DumpInput() 416 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n"; in DumpInput() 425 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n"; in DumpInput() 444 ToolName = argv[0]; in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
D | llvm-nm.cpp | 110 std::string ToolName; variable 151 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error() 305 errs() << ToolName << ": '" << Filename << "': " << "No such file\n"; in DumpSymbolNamesFromFile() 319 errs() << ToolName << ": " << Filename << ": " << ErrorMessage << "\n"; in DumpSymbolNamesFromFile() 324 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n"; in DumpSymbolNamesFromFile() 353 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n"; in DumpSymbolNamesFromFile() 359 errs() << ToolName << ": " << Filename << ": " in DumpSymbolNamesFromFile() 373 ToolName = argv[0]; in main()
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 280 errs() << ToolName << ": Error making unique filename: " << EC.message() in compileProgram() 285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in compileProgram() 318 errs() << ToolName << ": Error making unique filename: " in executeProgram() 325 errs() << ToolName << ": Error emitting bitcode to file '" in executeProgram() 343 errs() << ToolName << ": Error making unique filename: " in executeProgram()
|
D | BugDriver.h | 49 const char *ToolName; // argv[0] of bugpoint variable 71 const char *getToolName() const { return ToolName; } in getToolName()
|
D | BugDriver.cpp | 73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
|
/external/llvm/tools/llvm-mcmarkup/ |
D | llvm-mcmarkup.cpp | 31 static StringRef ToolName; variable 141 errs() << ToolName << ": " << EC.message() << '\n'; in parseMCMarkup() 217 ToolName = argv[0]; in main()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 89 static std::string ToolName; variable 97 errs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error() 104 errs() << ToolName << ": " << Message << ".\n"; in error() 115 errs() << ToolName << ": " << FileName; in error() 142 errs() << ToolName << ": " << FileName; in error() 508 errs() << ToolName << ": file: " << file in checkMachOAndArchFlags() 646 errs() << ToolName << ": file: " << file in printFileSectionSizes() 815 errs() << ToolName << ": " << file << ": " in printFileSectionSizes() 831 ToolName = argv[0]; in main() 842 outs() << ToolName << ": for the -arch option: Unknown architecture " in main()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExecutionDriver.cpp | 315 errs() << ToolName << ": Error making unique filename: " << ErrMsg in compileProgram() 320 errs() << ToolName << ": Error emitting bitcode to file '" in compileProgram() 351 errs() << ToolName << ": Error making unique filename: " in executeProgram() 358 errs() << ToolName << ": Error emitting bitcode to file '" in executeProgram() 375 errs() << ToolName << ": Error making unique filename: " in executeProgram()
|
D | BugDriver.cpp | 72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver() 132 errs() << ToolName << ": error linking in '" << Filenames[i] << "': " in addSources()
|
D | BugDriver.h | 48 const char *ToolName; // argv[0] of bugpoint variable 70 const char *getToolName() const { return ToolName; } in getToolName()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 50 static StringRef ToolName; variable 54 outs() << ToolName << ": " << Error << ".\n"; in fail() 166 errs() << ToolName << ": " << msg << "\n\n"; in show_help() 724 errs() << ToolName << ": creating " << ArchiveName << "\n"; in performOperation() 813 fail(ToolName + " takes just one archive as an argument"); in ranlib_main() 819 ToolName = argv[0]; in main() 829 StringRef Stem = sys::path::stem(ToolName); in main()
|
/external/clang/lib/Basic/ |
D | Version.cpp | 122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument 128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 113 getSyntaxOnlyToolArgs(const Twine &ToolName, in getSyntaxOnlyToolArgs() argument 117 Args.push_back(ToolName.str()); in getSyntaxOnlyToolArgs() 127 const Twine &ToolName, in runToolOnCodeWithArgs() argument 140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() 501 const Twine &FileName, const Twine &ToolName, in buildASTFromCodeWithArgs() argument 515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs()
|
/external/clang/include/clang/Basic/ |
D | Version.h | 74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfoLoader.h | 42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 175 const Twine &ToolName = "clang-tool", 206 const Twine &FileName = "input.cc", const Twine &ToolName = "clang-tool",
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 191 static StringRef ToolName; variable 262 errs() << ToolName << ": error reading file: " << EC.message() << ".\n"; in error() 268 errs() << ToolName << ": " << Message << ".\n"; in error() 276 errs() << ToolName << ": '" << File << "': " << EC.message() << ".\n"; in report_error() 287 errs() << ToolName << ": '" << File << "': " << Buf; in report_error() 296 errs() << ToolName << ": "; in report_error() 1764 ToolName = argv[0]; in main()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 177 std::string ToolName; variable 182 errs() << ToolName << ": " << Path << ": " << Message << ".\n"; in error() 199 errs() << ToolName << ": " << FileName; in error() 227 errs() << ToolName << ": " << FileName; in error() 1382 ToolName = argv[0]; in main()
|