Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSymbols.h76 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 DSymbols.cpp153 case Symbol::CommonKind: in getSymVA()
/openbsd/gnu/llvm/lld/MachO/
H A DSymbols.h37 CommonKind, enumerator
240 : Symbol(CommonKind, name, file), size(size), in CommonSymbol()
246 static bool classof(const Symbol *s) { return s->kind() == CommonKind; } in classof()