Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h59 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 DSymbols.cpp146 case Symbol::CommonKind: in getSymVA()
404 case Symbol::CommonKind: in resolve()
/llvm-project-15.0.7/lld/MachO/
H A DSymbols.h38 CommonKind, enumerator
232 : Symbol(CommonKind, name, file), size(size), in CommonSymbol()
238 static bool classof(const Symbol *s) { return s->kind() == CommonKind; } in classof()