Searched refs:SharedKind (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h64 SharedKind, enumerator in enum:lld::elf::Symbol::Kind
152 bool isShared() const { return symbolKind == SharedKind; }
217 if (k == SharedKind)
348 static bool classof(const Symbol *s) { return s->kind() == SharedKind; }
353 : Symbol(SharedKind, &file, name, binding, stOther, type), value(value),
507 case SharedKind:
H A DInputFiles.h61 SharedKind, enumerator in enum:lld::elf::InputFile::Kind
72 return k == ObjKind || k == SharedKind;
352 : ELFFileBase(SharedKind, m), soName(std::string(defaultSoName)),
368 static bool classof(const InputFile *f) { return f->kind() == SharedKind; }
H A DSymbols.cpp138 case Symbol::SharedKind:
432 case Symbol::SharedKind:

Completed in 98 milliseconds