Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1613 const GlobalValue *ComdatGV = GV->getParent()->getNamedValue(ComdatGVName); in getComdatGVForCOFF() local
1614 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()
1665 MCSymbol *Sym = TM.getSymbol(ComdatGV); in getExplicitSectionGlobal()
1708 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
[all …]