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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h124 StringRef ArchitectureName = StringRef(),
128 StringRef ArchitectureName, bool DumpDynamic);
132 StringRef ArchitectureName = "");
H A Dllvm-objdump.cpp459 StringRef ArchitectureName) {
467 if (!ArchitectureName.empty())
468 errs() << " (for architecture " << ArchitectureName << ")";
2348 StringRef ArchitectureName, bool DumpDynamic) {
2360 printSymbol(O, *I, FileName, ArchiveName, ArchitectureName, DumpDynamic);
2375 printSymbol(O, *I, FileName, ArchiveName, ArchitectureName, DumpDynamic);
2380 StringRef ArchitectureName, bool DumpDynamic) {
2383 ArchitectureName);
2387 unwrapOrError(Symbol.getType(), FileName, ArchiveName, ArchitectureName);
2389 unwrapOrError(Symbol.getFlags(), FileName, ArchiveName, ArchitectureName);
[all...]
H A DMachODump.cpp1909 StringRef ArchitectureName = StringRef()) {
1921 if (!ArchitectureName.empty())
1922 outs() << " (architecture " << ArchitectureName << ")";
1943 reportError(std::move(Err), FileName, ArchiveName, ArchitectureName); local
1988 printSymbolTable(MachOOF, ArchiveName, ArchitectureName);
2213 StringRef ArchitectureName = StringRef()) {
2218 Filename, ArchitectureName);
2238 Filename, ArchitectureName),
2240 Filename, ArchitectureName),
2243 ArchitectureName));
2291 reportError(std::move(Err), Filename, "", ArchitectureName); local
2395 std::string ArchitectureName = ""; local
2404 reportError(std::move(E), "", Filename, ArchitectureName); local
2425 ArchitectureName); local
2511 std::string ArchitectureName = ""; local
2520 reportError(std::move(E), Filename, "", ArchitectureName); local
2538 ArchitectureName); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp250 StringRef ArchitectureName = StringRef()) {
264 if (!ArchitectureName.empty())
265 errs() << " (for architecture " << ArchitectureName << ") ";
279 StringRef ArchitectureName = StringRef()) {
283 if (!ArchitectureName.empty())
284 errs() << " (for architecture " << ArchitectureName << ") ";
726 StringRef ArchitectureName) {
727 if (!ArchitectureName.empty())
728 S << "(for architecture " << ArchitectureName << "):"; local
750 StringRef ArchitectureName) {
725 writeFileName(raw_ostream &S, StringRef ArchiveName, StringRef ArchitectureName) argument
748 sortAndPrintSymbolList(SymbolicFile &Obj, bool printName, StringRef ArchiveName, StringRef ArchitectureName) argument
841 writeFileName(outs(), ArchiveName, ArchitectureName); local
1781 writeFileName(errs(), ArchiveName, ArchitectureName); local
1911 std::string ArchitectureName; local
2045 std::string ArchitectureName; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp119 StringRef ArchitectureName = StringRef()) {
133 if (!ArchitectureName.empty())
134 errs() << " (for architecture " << ArchitectureName << ") ";
147 StringRef ArchitectureName = StringRef()) {
151 if (!ArchitectureName.empty())
152 errs() << " (for architecture " << ArchitectureName << ") ";

Completed in 75 milliseconds