Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h466 GlobalValue *ComdatKey = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1645 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV); in getSelectionForCOFF() local
1646 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF()
1647 ComdatKey = GA->getAliaseeObject(); in getSelectionForCOFF()
1648 if (ComdatKey == GV) { in getSelectionForCOFF()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2944 S.ComdatKey = in preprocessXXStructorList()
2973 if (GlobalValue *GV = S.ComdatKey) { in emitXXStructorList()