Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1614 if (!ComdatGV) in getComdatGVForCOFF()
1618 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1622 return ComdatGV; in getComdatGVForCOFF()
1658 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1660 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1662 ComdatGV = GO; in getExplicitSectionGlobal()
1664 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1708 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1710 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1712 ComdatGV = GO; in SelectSectionForGlobal()
[all …]