Searched refs:CommonKind (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/MachO/ |
D | Symbols.h | 40 CommonKind, enumerator 138 : Symbol(CommonKind, name), file(file), size(size), in CommonSymbol() 143 static bool classof(const Symbol *s) { return s->kind() == CommonKind; } in classof()
|
/external/llvm-project/lld/ELF/ |
D | Symbols.h | 63 CommonKind, enumerator 150 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() 333 : Symbol(CommonKind, file, name, binding, stOther, type), in CommonSymbol() 508 case CommonKind: in getSymbolSize()
|
D | Symbols.cpp | 144 case Symbol::CommonKind: in getSymVA() 429 case Symbol::CommonKind: in resolve()
|