Searched refs:CommonKind (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Symbols.h | 76 CommonKind, enumerator 180 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() 393 : Symbol(CommonKind, file, name, binding, stOther, type), in CommonSymbol() 398 Symbol::overwrite(sym, CommonKind); in overwrite()
|
H A D | Symbols.cpp | 153 case Symbol::CommonKind: in getSymVA()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Symbols.h | 37 CommonKind, enumerator 240 : Symbol(CommonKind, name, file), size(size), in CommonSymbol() 246 static bool classof(const Symbol *s) { return s->kind() == CommonKind; } in classof()
|