Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2225 static BssSection *getCommonSec(Symbol *sym) { in getCommonSec() function
2258 if (BssSection *commonSec = getCommonSec(sym)) { in writeTo()
2331 if (!getCommonSec(entry.sym) && getSymSectionIndex(entry.sym) == SHN_XINDEX) in writeTo()