Searched refs:offsetInArchive (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.h | 188 StringRef parentName, uint64_t offsetInArchive);
|
| H A D | InputFiles.h | 371 StringRef archiveName, uint64_t offsetInArchive,
|
| H A D | InputFiles.cpp | 997 StringRef archiveName, uint64_t offsetInArchive, in BitcodeFile() argument 1017 utostr(offsetInArchive))); in BitcodeFile()
|
| H A D | Driver.cpp | 290 uint64_t offsetInArchive) { in addArchiveBuffer() argument 304 make<BitcodeFile>(ctx, mb, parentName, offsetInArchive, /*lazy=*/false); in addArchiveBuffer() 330 uint64_t offsetInArchive = c.getChildOffset(); in enqueueArchiveMember() local 338 offsetInArchive); in enqueueArchiveMember()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 332 uint64_t offsetInArchive, bool lazy);
|
| H A D | Config.h | 132 uint64_t offsetInArchive, bool lazy);
|
| H A D | InputFiles.cpp | 1644 uint64_t offsetInArchive, bool lazy) in BitcodeFile() argument 1662 " at " + utostr(offsetInArchive) + ")"); in BitcodeFile()
|
| H A D | Driver.cpp | 251 uint64_t offsetInArchive, bool lazy) { in tryAddFatLTOFile() argument 259 make<BitcodeFile>(*fatLTOData, archiveName, offsetInArchive, lazy)); in tryAddFatLTOFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.h | 310 uint64_t offsetInArchive, bool lazy = false,
|
| H A D | InputFiles.cpp | 2167 uint64_t offsetInArchive, bool forceHidden, bool compatArch) { in loadArchiveMember() argument 2176 return make<BitcodeFile>(mb, archiveName, offsetInArchive, /*lazy=*/false, in loadArchiveMember() 2266 uint64_t offsetInArchive, bool lazy, bool forceHidden, in BitcodeFile() argument 2291 utostr(offsetInArchive))); in BitcodeFile()
|