Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h66 CommonKind, enumerator
163 bool isCommon() const { return symbolKind == CommonKind; } in isCommon()
412 : Symbol(CommonKind, file, name, binding, stOther, type), in CommonSymbol()
416 Symbol::overwrite(sym, CommonKind); in overwrite()
H A DSymbols.cpp141 case Symbol::CommonKind: in getSymVA()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h30 CommonKind, enumerator
242 : Symbol(CommonKind, name, file), size(size), in CommonSymbol()
248 static bool classof(const Symbol *s) { return s->kind() == CommonKind; } in classof()