Searched refs:offsetInArchive (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.h | 188 StringRef parentName, uint64_t offsetInArchive);
|
H A D | InputFiles.h | 374 StringRef archiveName, uint64_t offsetInArchive,
|
H A D | InputFiles.cpp | 1046 StringRef archiveName, uint64_t offsetInArchive, in BitcodeFile() argument 1066 utostr(offsetInArchive))); in BitcodeFile()
|
H A D | Driver.cpp | 279 uint64_t offsetInArchive) { in addArchiveBuffer() argument 293 make<BitcodeFile>(ctx, mb, parentName, offsetInArchive, /*lazy=*/false); in addArchiveBuffer() 319 uint64_t offsetInArchive = c.getChildOffset(); in enqueueArchiveMember() local 327 offsetInArchive); in enqueueArchiveMember()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.h | 334 uint64_t offsetInArchive, bool lazy);
|
H A D | Config.h | 135 uint64_t offsetInArchive, bool lazy);
|
H A D | InputFiles.cpp | 1702 uint64_t offsetInArchive, bool lazy) in BitcodeFile() argument 1720 " at " + utostr(offsetInArchive) + ")"); in BitcodeFile()
|
H A D | Driver.cpp | 253 uint64_t offsetInArchive, bool lazy) { in tryAddFatLTOFile() argument 261 make<BitcodeFile>(*fatLTOData, archiveName, offsetInArchive, lazy)); in tryAddFatLTOFile()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 310 uint64_t offsetInArchive, bool lazy = false,
|
H A D | InputFiles.cpp | 2177 uint64_t offsetInArchive, bool forceHidden, bool compatArch) { in loadArchiveMember() argument 2186 return make<BitcodeFile>(mb, archiveName, offsetInArchive, /*lazy=*/false, in loadArchiveMember() 2272 uint64_t offsetInArchive, bool lazy, bool forceHidden, in BitcodeFile() argument 2297 utostr(offsetInArchive))); in BitcodeFile()
|