OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArchiveName
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp
150
StringRef
ArchiveName
= Buffer->getBufferIdentifier();
152
errs() << "Reading library archive file '" <<
ArchiveName
163
<<
ArchiveName
<< "'\n";
175
<< "' of archive library failed'" <<
ArchiveName
200
<< "' of archive library failed'" <<
ArchiveName
/src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp
230
static std::string
ArchiveName
;
268
ArchiveName
= PositionalArgs[0];
504
StringRef ParentDir = sys::path::parent_path(
ArchiveName
);
669
computeArchiveRelativePath(
ArchiveName
, *FileNameOrErr);
708
computeArchiveRelativePath(
ArchiveName
, FileName);
953
writeArchive(
ArchiveName
, NewMembersP ? *NewMembersP : NewMembers, Symtab,
955
failIfError(std::move(E),
ArchiveName
);
1000
ArchiveName
, /*IsText=*/false, /*RequiresNullTerminator=*/false);
1003
fail("unable to open '" +
ArchiveName
+ "': " + EC.message());
1008
failIfError(std::move(Err), "unable to load '" +
ArchiveName
+ "'")
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
739
static void writeFileName(raw_ostream &S, StringRef
ArchiveName
,
743
if (OutputFormat == posix && !
ArchiveName
.empty())
744
S <<
ArchiveName
<< "[" << CurrentFilename << "]: ";
746
if (!
ArchiveName
.empty())
747
S <<
ArchiveName
<< ":";
753
StringRef
ArchiveName
,
846
writeFileName(outs(),
ArchiveName
, ArchitectureName);
1773
StringRef
ArchiveName
= {},
1875
writeFileName(errs(),
ArchiveName
, ArchitectureName);
1879
sortAndPrintSymbolList(Obj, printName,
ArchiveName
, ArchitectureName)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
1910
// To use the report_error() form with an
ArchiveName
and FileName set
1912
StringRef
ArchiveName
;
1915
ArchiveName
= Name;
1918
ArchiveName
= StringRef();
1927
reportError(std::move(Err), FileName,
ArchiveName
, ArchitectureName);
1974
printSymbolTable(MachOOF,
ArchiveName
, ArchitectureName);
2453
std::string
ArchiveName
;
2454
ArchiveName
.clear();
Completed in 22 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026