Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DSymbols.h40 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/
DSymbols.h63 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()
DSymbols.cpp144 case Symbol::CommonKind: in getSymVA()
429 case Symbol::CommonKind: in resolve()