Searched defs:ArchitectureName (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp623 S << "(for architecture " << ArchitectureName << "):"; local
620 writeFileName(raw_ostream &S, StringRef ArchiveName, StringRef ArchitectureName) argument
727 printSymbolList(SymbolicFile &Obj, std::vector<NMSymbol> &SymbolList, bool printName, StringRef ArchiveName, StringRef ArchitectureName) argument
789 writeFileName(outs(), ArchiveName, ArchitectureName); local
1905 printObjectLabel(bool PrintArchiveName, StringRef ArchiveName, StringRef ArchitectureName, StringRef ObjectFileName) argument
1945 writeFileName(errs(), ArchiveName, ArchitectureName); local
2129 std::string ArchitectureName; local
2252 std::string ArchitectureName; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2141 reportError(std::move(Err), FileName, ArchiveName, ArchitectureName); local
2501 reportError(std::move(Err), Filename, "", ArchitectureName); local
2605 std::string ArchitectureName; local
2614 reportError(std::move(E), "", Filename, ArchitectureName); local
2635 ArchitectureName); local
2721 std::string ArchitectureName; local
2730 reportError(std::move(E), Filename, "", ArchitectureName); local
2748 ArchitectureName); local
[all...]

Completed in 173 milliseconds