Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2204 static BssSection *getCommonSec(Symbol *sym) { in getCommonSec() function
2246 if (BssSection *commonSec = getCommonSec(sym)) { in writeTo()
2319 if (!getCommonSec(entry.sym) && getSymSectionIndex(entry.sym) == SHN_XINDEX) in writeTo()