Home
last modified time | relevance | path

Searched refs:offsetInArchive (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.h188 StringRef parentName, uint64_t offsetInArchive);
H A DInputFiles.h374 StringRef archiveName, uint64_t offsetInArchive,
H A DInputFiles.cpp1046 StringRef archiveName, uint64_t offsetInArchive, in BitcodeFile() argument
1066 utostr(offsetInArchive))); in BitcodeFile()
H A DDriver.cpp279 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 DInputFiles.h334 uint64_t offsetInArchive, bool lazy);
H A DConfig.h135 uint64_t offsetInArchive, bool lazy);
H A DInputFiles.cpp1702 uint64_t offsetInArchive, bool lazy) in BitcodeFile() argument
1720 " at " + utostr(offsetInArchive) + ")"); in BitcodeFile()
H A DDriver.cpp253 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 DInputFiles.h310 uint64_t offsetInArchive, bool lazy = false,
H A DInputFiles.cpp2177 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()