Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h477 GlobalValue *ComdatKey = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1627 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV); in getSelectionForCOFF() local
1628 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF()
1629 ComdatKey = GA->getAliaseeObject(); in getSelectionForCOFF()
1630 if (ComdatKey == GV) { in getSelectionForCOFF()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2688 S.ComdatKey = in preprocessXXStructorList()
2717 if (GlobalValue *GV = S.ComdatKey) { in emitXXStructorList()