Searched defs:ArchiveName (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp168 StringRef ArchiveName = Buffer->getBufferIdentifier(); local
198 << "' of archive library failed'" << ArchiveName local
225 << "' of archive library failed'" << ArchiveName local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp248 static std::string ArchiveName; variable
1069 failIfError(std::move(E), ArchiveName); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp620 static void writeFileName(raw_ostream &S, StringRef ArchiveName, argument
628 S << ArchiveName << ":"; local
789 writeFileName(outs(), ArchiveName, ArchitectureName); local
1905 static void printObjectLabel(bool PrintArchiveName, StringRef ArchiveName, argument
727 printSymbolList(SymbolicFile &Obj, std::vector<NMSymbol> &SymbolList, bool printName, StringRef ArchiveName, StringRef ArchitectureName) argument
1699 getXCOFFExports(XCOFFObjectFile *XCOFFObj, std::vector<NMSymbol> &SymbolList, StringRef ArchiveName) argument
1945 writeFileName(errs(), ArchiveName, ArchitectureName); local
2128 std::string ArchiveName; local
2203 std::string ArchiveName; local
2251 std::string ArchiveName; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2126 StringRef ArchiveName; local
2141 reportError(std::move(Err), FileName, ArchiveName, ArchitectureName); local
2671 std::string ArchiveName; local

Completed in 197 milliseconds