Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1634 if (!ComdatGV) in getComdatGVForCOFF()
1638 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1642 return ComdatGV; in getComdatGVForCOFF()
1687 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1689 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1691 ComdatGV = GO; in getExplicitSectionGlobal()
1693 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1737 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1739 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1741 ComdatGV = GO; in SelectSectionForGlobal()
[all …]