Searched refs:CommonKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h63 CommonKind, enumerator in enum:lld::elf::Symbol::Kind
150 bool isCommon() const { return symbolKind == CommonKind; }
324 : Symbol(CommonKind, file, name, binding, stOther, type),
499 case CommonKind:
H A DSymbols.cpp145 case Symbol::CommonKind:
420 case Symbol::CommonKind:

Completed in 104 milliseconds