Home
last modified time | relevance | path

Searched refs:ArchitectureName (Results 1 – 12 of 12) sorted by relevance

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp197 StringRef ArchitectureName = StringRef()) { in error() argument
210 if (!ArchitectureName.empty()) in error()
211 errs() << " (for architecture " << ArchitectureName << ") "; in error()
225 StringRef ArchitectureName = StringRef()) { in error() argument
229 if (!ArchitectureName.empty()) in error()
230 errs() << " (for architecture " << ArchitectureName << ") "; in error()
601 const std::string &ArchitectureName) { in sortAndPrintSymbolList() argument
666 if (!ArchitectureName.empty()) in sortAndPrintSymbolList()
667 outs() << "(for architecture " << ArchitectureName << "):"; in sortAndPrintSymbolList()
969 const std::string &ArchitectureName = std::string()) { in dumpSymbolNamesFromObject() argument
[all …]
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp250 StringRef ArchitectureName = StringRef()) { in error() argument
264 if (!ArchitectureName.empty()) in error()
265 errs() << " (for architecture " << ArchitectureName << ") "; in error()
279 StringRef ArchitectureName = StringRef()) { in error() argument
283 if (!ArchitectureName.empty()) in error()
284 errs() << " (for architecture " << ArchitectureName << ") "; in error()
728 StringRef ArchitectureName) { in writeFileName() argument
729 if (!ArchitectureName.empty()) in writeFileName()
730 S << "(for architecture " << ArchitectureName << "):"; in writeFileName()
752 StringRef ArchitectureName) { in sortAndPrintSymbolList() argument
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.h125 StringRef ArchitectureName = StringRef(),
129 StringRef ArchitectureName, bool DumpDynamic);
133 StringRef ArchitectureName = "");
Dllvm-objdump.cpp468 StringRef ArchitectureName) { in reportError() argument
476 if (!ArchitectureName.empty()) in reportError()
477 errs() << " (for architecture " << ArchitectureName << ")"; in reportError()
2440 StringRef ArchitectureName, bool DumpDynamic) { in printSymbolTable() argument
2452 printSymbol(O, *I, FileName, ArchiveName, ArchitectureName, DumpDynamic); in printSymbolTable()
2467 printSymbol(O, *I, FileName, ArchiveName, ArchitectureName, DumpDynamic); in printSymbolTable()
2472 StringRef ArchitectureName, bool DumpDynamic) { in printSymbol() argument
2475 ArchitectureName); in printSymbol()
2479 unwrapOrError(Symbol.getType(), FileName, ArchiveName, ArchitectureName); in printSymbol()
2481 unwrapOrError(Symbol.getFlags(), FileName, ArchiveName, ArchitectureName); in printSymbol()
[all …]
DMachODump.cpp1910 StringRef ArchitectureName = StringRef()) { in ProcessMachO() argument
1922 if (!ArchitectureName.empty()) in ProcessMachO()
1923 outs() << " (architecture " << ArchitectureName << ")"; in ProcessMachO()
1944 reportError(std::move(Err), FileName, ArchiveName, ArchitectureName); in ProcessMachO()
1989 printSymbolTable(MachOOF, ArchiveName, ArchitectureName); in ProcessMachO()
2218 StringRef ArchitectureName = StringRef()) { in printArchiveChild() argument
2223 Filename, ArchitectureName); in printArchiveChild()
2243 Filename, ArchitectureName), in printArchiveChild()
2245 Filename, ArchitectureName), in printArchiveChild()
2248 ArchitectureName)); in printArchiveChild()
[all …]
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h90 StringRef ArchitectureName = StringRef());
97 StringRef ArchitectureName
102 StringRef ArchitectureName
Dllvm-objdump.cpp294 StringRef ArchitectureName) { in report_error() argument
301 if (!ArchitectureName.empty()) in report_error()
302 errs() << " (for architecture " << ArchitectureName << ")"; in report_error()
314 StringRef ArchitectureName) { in report_error() argument
320 llvm::report_error(ArchiveName, "???", std::move(E), ArchitectureName); in report_error()
323 ArchitectureName); in report_error()
1395 StringRef ArchitectureName) { in PrintSymbolTable() argument
1422 ArchitectureName); in PrintSymbolTable()
DMachODump.cpp1230 StringRef ArchitectureName = StringRef()) { in ProcessMachO() argument
1240 if (!ArchitectureName.empty()) in ProcessMachO()
1241 outs() << " (architecture " << ArchitectureName << ")"; in ProcessMachO()
1269 PrintSymbolTable(MachOOF, ArchiveName, ArchitectureName); in ProcessMachO()
1609 std::string ArchitectureName = ""; in ParseInputMachO() local
1611 ArchitectureName = I->getArchTypeName(); in ParseInputMachO()
1615 ProcessMachO(Filename, MachOOF, "", ArchitectureName); in ParseInputMachO()
1619 ArchitectureName); in ParseInputMachO()
1625 if (!ArchitectureName.empty()) in ParseInputMachO()
1626 outs() << " (architecture " << ArchitectureName << ")"; in ParseInputMachO()
[all …]
/external/llvm/tools/llvm-size/
Dllvm-size.cpp113 StringRef ArchitectureName = StringRef()) { in error() argument
126 if (!ArchitectureName.empty()) in error()
127 errs() << " (for architecture " << ArchitectureName << ") "; in error()
140 StringRef ArchitectureName = StringRef()) { in error() argument
144 if (!ArchitectureName.empty()) in error()
145 errs() << " (for architecture " << ArchitectureName << ") "; in error()
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp119 StringRef ArchitectureName = StringRef()) { in error() argument
133 if (!ArchitectureName.empty()) in error()
134 errs() << " (for architecture " << ArchitectureName << ") "; in error()
147 StringRef ArchitectureName = StringRef()) { in error() argument
151 if (!ArchitectureName.empty()) in error()
152 errs() << " (for architecture " << ArchitectureName << ") "; in error()
/external/llvm-project/llvm/tools/llvm-libtool-darwin/
Dllvm-libtool-darwin.cpp173 static Error validateArchitectureName(StringRef ArchitectureName) { in validateArchitectureName() argument
174 if (!MachOObjectFile::isValidArch(ArchitectureName)) { in validateArchitectureName()
183 ArchitectureName.str().c_str(), OS.str().c_str()); in validateArchitectureName()
/external/llvm-project/llvm/tools/llvm-lipo/
Dllvm-lipo.cpp137 static void validateArchitectureName(StringRef ArchitectureName) { in validateArchitectureName() argument
138 if (!MachOObjectFile::isValidArch(ArchitectureName)) { in validateArchitectureName()
141 OS << "Invalid architecture: " << ArchitectureName in validateArchitectureName()