/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 70 BugDriver::BugDriver(const char *toolname, bool find_bugs, 73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 191 static StringRef ToolName; 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 << ": "; [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
GenFfsFile.c | 1132 CHAR8 ToolName[_MAX_PATH];
1230 ZeroMem (ToolName, _MAX_PATH);
1250 strcpy (ToolName, Buffer);
1251 ToolArgumentsArray[0] = ToolName;
1288 returnint = _spawnv (_P_WAIT, ToolName, ToolArgumentsArray);
1290 Error (NULL, 0, 0, ToolName, "external tool failed");
[all...] |
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 177 std::string ToolName; 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; [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
GenFds.py | 290 EdkLogger.error(X.ToolName, FORMAT_INVALID, File=X.FileName, Line=X.LineNumber, ExtraData=X.Message, RaiseError=False)
|
FdfParser.py | 115 # Currently the "ToolName" is set to be "FDF Parser".
132 self.ToolName = 'FdfParser'
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
build.py | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
FdfParserLite.py | 62 # Currently the "ToolName" is set to be "FDF Parser".
78 self.ToolName = 'FDF Parser'
[all...] |