Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.h188 StringRef parentName, uint64_t offsetInArchive);
H A DInputFiles.h371 StringRef archiveName, uint64_t offsetInArchive,
H A DInputFiles.cpp997 StringRef archiveName, uint64_t offsetInArchive, in BitcodeFile() argument
1017 utostr(offsetInArchive))); in BitcodeFile()
H A DDriver.cpp290 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 DInputFiles.h332 uint64_t offsetInArchive, bool lazy);
H A DConfig.h132 uint64_t offsetInArchive, bool lazy);
H A DInputFiles.cpp1644 uint64_t offsetInArchive, bool lazy) in BitcodeFile() argument
1662 " at " + utostr(offsetInArchive) + ")"); in BitcodeFile()
H A DDriver.cpp251 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 DInputFiles.h310 uint64_t offsetInArchive, bool lazy = false,
H A DInputFiles.cpp2167 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()