Searched refs:CommonKind (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.h | 59 CommonKind, enumerator 155 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() 366 : Symbol(CommonKind, file, name, binding, stOther, type), in CommonSymbol() 502 case CommonKind: in getSymbolSize()
|
| H A D | Symbols.cpp | 146 case Symbol::CommonKind: in getSymVA() 404 case Symbol::CommonKind: in resolve()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Symbols.h | 38 CommonKind, enumerator 232 : Symbol(CommonKind, name, file), size(size), in CommonSymbol() 238 static bool classof(const Symbol *s) { return s->kind() == CommonKind; } in classof()
|