Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1239 if (!ComdatGV) in getComdatGVForCOFF()
1243 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1247 return ComdatGV; in getComdatGVForCOFF()
1283 const GlobalValue *ComdatGV; in getExplicitSectionGlobal() local
1285 ComdatGV = getComdatGVForCOFF(GO); in getExplicitSectionGlobal()
1287 ComdatGV = GO; in getExplicitSectionGlobal()
1289 if (!ComdatGV->hasPrivateLinkage()) { in getExplicitSectionGlobal()
1333 const GlobalValue *ComdatGV; in SelectSectionForGlobal() local
1335 ComdatGV = getComdatGVForCOFF(GO); in SelectSectionForGlobal()
1337 ComdatGV = GO; in SelectSectionForGlobal()
[all …]