Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.h64 SharedKind, enumerator
154 bool isShared() const { return symbolKind == SharedKind; } in isShared()
227 if (k == SharedKind) in isExportDynamic()
359 static bool classof(const Symbol *s) { return s->kind() == SharedKind; } in classof()
364 : Symbol(SharedKind, &file, name, binding, stOther, type), value(value), in SharedSymbol()
518 case SharedKind: in getSymbolSize()
DInputFiles.h61 SharedKind, enumerator
72 return k == ObjKind || k == SharedKind; in isElf()
364 : ELFFileBase(SharedKind, m), soName(std::string(defaultSoName)), in SharedFile()
380 static bool classof(const InputFile *f) { return f->kind() == SharedKind; } in classof()
DSymbols.cpp137 case Symbol::SharedKind: in getSymVA()
450 case Symbol::SharedKind: in resolve()