Searched refs:ArchitectureName (Results 1 - 5 of 5) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h90 StringRef ArchitectureName = StringRef());
97 StringRef ArchitectureName
102 StringRef ArchitectureName
H A Dllvm-objdump.cpp294 StringRef ArchitectureName) {
301 if (!ArchitectureName.empty())
302 errs() << " (for architecture " << ArchitectureName << ")";
314 StringRef ArchitectureName) {
320 llvm::report_error(ArchiveName, "???", std::move(E), ArchitectureName);
323 ArchitectureName);
1395 StringRef ArchitectureName) {
1422 ArchitectureName);
H A DMachODump.cpp1230 StringRef ArchitectureName = StringRef()) {
1240 if (!ArchitectureName.empty())
1241 outs() << " (architecture " << ArchitectureName << ")";
1269 PrintSymbolTable(MachOOF, ArchiveName, ArchitectureName);
1609 std::string ArchitectureName = ""; local
1611 ArchitectureName = I->getArchTypeName();
1615 ProcessMachO(Filename, MachOOF, "", ArchitectureName);
1619 ArchitectureName);
1625 if (!ArchitectureName.empty())
1626 outs() << " (architecture " << ArchitectureName << ")";
1716 std::string ArchitectureName = ""; local
1725 report_error(StringRef(), Filename, std::move(E), ArchitectureName); local
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp197 StringRef ArchitectureName = StringRef()) {
210 if (!ArchitectureName.empty())
211 errs() << " (for architecture " << ArchitectureName << ") ";
225 StringRef ArchitectureName = StringRef()) {
229 if (!ArchitectureName.empty())
230 errs() << " (for architecture " << ArchitectureName << ") ";
601 const std::string &ArchitectureName) {
666 if (!ArchitectureName.empty())
667 outs() << "(for architecture " << ArchitectureName << "):";
969 const std::string &ArchitectureName
599 sortAndPrintSymbolList(SymbolicFile &Obj, bool printName, const std::string &ArchiveName, const std::string &ArchitectureName) argument
1155 std::string ArchitectureName; local
1291 std::string ArchitectureName; local
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp113 StringRef ArchitectureName = StringRef()) {
126 if (!ArchitectureName.empty())
127 errs() << " (for architecture " << ArchitectureName << ") ";
140 StringRef ArchitectureName = StringRef()) {
144 if (!ArchitectureName.empty())
145 errs() << " (for architecture " << ArchitectureName << ") ";

Completed in 131 milliseconds