Searched refs:SharedKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 67 SharedKind, enumerator 165 bool isShared() const { return symbolKind == SharedKind; } in isShared() 450 static bool classof(const Symbol *s) { return s->kind() == SharedKind; } in classof() 455 : Symbol(SharedKind, &file, name, binding, stOther, type), value(value), in SharedSymbol() 478 Symbol::overwrite(sym, SharedKind); in overwrite()
|
| H A D | InputFiles.h | 62 SharedKind, enumerator 74 return k == ObjKind || k == SharedKind; in isElf() 352 static bool classof(const InputFile *f) { return f->kind() == SharedKind; } in classof()
|
| H A D | Symbols.cpp | 136 case Symbol::SharedKind: in getSymVA()
|
| H A D | InputFiles.cpp | 517 findSection(sections, k == SharedKind ? SHT_DYNSYM : SHT_SYMTAB); in init() 1383 : ELFFileBase(ctx, SharedKind, getELFKind(ctx, m, ""), m), in SharedFile()
|