Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1968 static BssSection *getCommonSec(Symbol *Sym) { in getCommonSec() function
1976 if (getCommonSec(Sym)) in getSymSectionIndex()
2027 if (BssSection *CommonSec = getCommonSec(Ent.Sym)) in writeTo()