/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ProfileInfoLoader.cpp | 41 static void ReadProfilingBlock(const char *ToolName, FILE *F, 47 errs() << ToolName << ": data packet truncated!\n"; 58 errs() << ToolName << ": data packet truncated!\n"; 85 ProfileInfoLoader::ProfileInfoLoader(const char *ToolName, 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, F, ShouldByteSwap, EdgeCounts) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
ParserWarning.py | 16 # Currently the "ToolName" is set to be "ECC PP".
30 self.ToolName = 'ECC PP
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
ParserWarning.py | 26 self.ToolName = 'EOT
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 76 StringRef ToolName; 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 << ": Failed to get process times: [all...] |
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 71 StringRef ToolName; 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 << ": Failed to get process times: [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/ |
Log.py | 155 # @param ToolName The name of the tool. If not given, the name of caller
162 def Warn(ToolName, Message, File=None, Line=None, ExtraData=None):
168 if ToolName == None or ToolName == "":
169 ToolName = os.path.basename(extract_stack()[-2][0])
177 "tool" : ToolName,
204 # @param ToolName The name of the tool. If not given, the name of caller
214 def Error(ToolName, ErrorCode, Message=None, File=None, Line=None, \
216 if ToolName:
|
/external/swiftshader/third_party/LLVM/tools/llvm-size/ |
llvm-size.cpp | 68 static std::string ToolName; 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/clang/include/clang/Basic/ |
Version.h | 74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
ProfileInfoLoader.h | 42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
EdkLogger.py | 110 # @param ToolName The name of the tool. If not given, the name of caller
117 def warn(ToolName, Message, File=None, Line=None, ExtraData=None):
122 if ToolName == None or ToolName == "":
123 ToolName = os.path.basename(traceback.extract_stack()[-2][0])
131 "tool" : ToolName,
160 # @param ToolName The name of the tool. If not given, the name of caller
170 def error(ToolName, ErrorCode, Message=None, File=None, Line=None, ExtraData=None, RaiseError=IsRaiseError):
|
MigrationUtilities.py | 522 def MigrationOptionParser(Source, Destinate, ToolName, VersionNumber=1.0):
524 UsageString = "%s [-a] [-v|-q] [-o <output_file>] <input_file>" % ToolName
525 Version = "%s Version %.2f" % (ToolName, VersionNumber)
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
llvm-objdump.cpp | 86 static StringRef ToolName; 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 = argv[0] [all...] |
/external/clang/lib/Basic/ |
Version.cpp | 122 std::string getClangToolFullVersion(StringRef ToolName) { 128 OS << ToolName << " version " CLANG_VERSION_STRING " "
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
llvm-nm.cpp | 110 std::string ToolName;
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/bugpoint/ |
BugDriver.cpp | 69 BugDriver::BugDriver(const char *toolname, bool find_bugs,
72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
132 errs() << ToolName << ": error linking in '" << Filenames[i] << "': "
|
ExecutionDriver.cpp | 315 errs() << ToolName << ": Error making unique filename: " << ErrMsg
320 errs() << ToolName << ": Error emitting bitcode to file '"
351 errs() << ToolName << ": Error making unique filename: "
358 errs() << ToolName << ": Error emitting bitcode to file '"
375 errs() << ToolName << ": Error making unique filename: "
|
BugDriver.h | 48 const char *ToolName; // argv[0] of bugpoint
65 BugDriver(const char *toolname, bool find_bugs,
70 const char *getToolName() const { return ToolName; }
|
/external/llvm/tools/llvm-mcmarkup/ |
llvm-mcmarkup.cpp | 31 static StringRef ToolName; 141 errs() << ToolName << ": " << EC.message() << '\n'; 217 ToolName = argv[0];
|
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 280 errs() << ToolName << ": Error making unique filename: " << EC.message() 285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile 318 errs() << ToolName << ": Error making unique filename: " 325 errs() << ToolName << ": Error emitting bitcode to file '" 343 errs() << ToolName << ": Error making unique filename: "
|
BugDriver.h | 49 const char *ToolName; // argv[0] of bugpoint 66 BugDriver(const char *toolname, bool find_bugs, 71 const char *getToolName() const { return ToolName; }
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 50 static StringRef ToolName; 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-size/ |
llvm-size.cpp | 89 static std::string ToolName; 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 << ": " << file << ": [all...] |
/external/clang/lib/Tooling/ |
Tooling.cpp | 113 getSyntaxOnlyToolArgs(const Twine &ToolName, 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),
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
PlatformClass.py | 181 # @var ToolName: To store value for ToolName
195 self.ToolName = ''
212 # @var ToolName: To store value for ToolName
225 self.ToolName = ''
239 # @var ToolName: To store value for ToolName
|
/external/clang/include/clang/Tooling/ |
Tooling.h | 166 /// \param ToolName The name of the binary running the tool. Standard library 175 const Twine &ToolName = "clang-tool", 198 /// \param ToolName The name of the binary running the tool. Standard library 206 const Twine &FileName = "input.cc", const Twine &ToolName = "clang-tool",
|