Searched refs:getELFKind (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 73 static ELFKind getELFKind(Ctx &ctx, MemoryBufferRef mb, StringRef archiveName) { in getELFKind() function 1368 switch (getELFKind(ctx, mb, archiveName)) { in isNonCommonDef() 1383 : ELFFileBase(ctx, SharedKind, getELFKind(ctx, m, ""), m), in SharedFile() 1975 switch (getELFKind(ctx, mb, archiveName)) { in createObjFile()
|