Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h174 uint64_t offsetInArchive);
192 uint64_t offsetInArchive = 0);
H A DInputFiles.cpp76 uint64_t offsetInArchive) { in createObjectFile() argument
88 return make<BitcodeFile>(mb, archiveName, offsetInArchive); in createObjectFile()
753 uint64_t offsetInArchive) in BitcodeFile() argument
768 " at " + utostr(offsetInArchive) + ")"); in BitcodeFile()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.h154 StringRef parentName, uint64_t offsetInArchive);
H A DInputFiles.h369 StringRef archiveName, uint64_t offsetInArchive,
H A DInputFiles.cpp983 StringRef archiveName, uint64_t offsetInArchive, in BitcodeFile() argument
1001 utostr(offsetInArchive))); in BitcodeFile()
H A DDriver.cpp268 uint64_t offsetInArchive) { in addArchiveBuffer() argument
282 make<BitcodeFile>(ctx, mb, parentName, offsetInArchive, /*lazy=*/false); in addArchiveBuffer()
304 uint64_t offsetInArchive = c.getChildOffset(); in enqueueArchiveMember() local
311 offsetInArchive); in enqueueArchiveMember()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h321 uint64_t offsetInArchive, bool lazy);
H A DInputFiles.cpp1562 uint64_t offsetInArchive, bool lazy) in BitcodeFile() argument
1580 " at " + utostr(offsetInArchive) + ")"); in BitcodeFile()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h300 uint64_t offsetInArchive, bool lazy = false,
H A DInputFiles.cpp2164 uint64_t offsetInArchive, bool forceHidden) { in loadArchiveMember() argument
2172 return make<BitcodeFile>(mb, archiveName, offsetInArchive, /*lazy=*/false, in loadArchiveMember()
2262 uint64_t offsetInArchive, bool lazy, bool forceHidden) in BitcodeFile() argument
2277 utostr(offsetInArchive))); in BitcodeFile()