Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h414 GlobalValue *ComdatKey = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1567 const GlobalValue *ComdatKey = getComdatGVForCOFF(GV); in getSelectionForCOFF() local
1568 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF()
1569 ComdatKey = GA->getBaseObject(); in getSelectionForCOFF()
1570 if (ComdatKey == GV) { in getSelectionForCOFF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2307 S.ComdatKey = in preprocessXXStructorList()
2336 if (GlobalValue *GV = S.ComdatKey) { in emitXXStructorList()