Searched refs:getSelectionKind (Results 1 – 17 of 17) sorted by relevance
46 SelectionKind getSelectionKind() const { return SK; } in getSelectionKind() function
49 switch (unwrap(C)->getSelectionKind()) { in LLVMGetComdatSelectionKind()
117 return C && C->getSelectionKind() != Comdat::NoDeduplicate; in canBenefitFromLocalAlias()
4909 switch (getSelectionKind()) { in print()
55 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
571 if (C->getSelectionKind() != Comdat::Any && in getELFComdat()572 C->getSelectionKind() != Comdat::NoDeduplicate) in getELFComdat()777 IsComdat = C->getSelectionKind() == Comdat::Any; in getGlobalObjectInfo()979 IsComdat = C->getSelectionKind() == Comdat::Any; in getSectionForLSDA()1649 switch (C->getSelectionKind()) { in getSelectionForCOFF()2126 if (C->getSelectionKind() != Comdat::Any) in getWasmComdat()
29 DC->setSelectionKind(SC->getSelectionKind()); in copyComdat()
100 C->setSelectionKind(CD->getSelectionKind()); in rewriteComdat()
81 G.getComdat()->getSelectionKind() != Comdat::NoDeduplicate) in IRMaterializationUnit()
223 Comdat::SelectionKind SSK = SrcC->getSelectionKind(); in getComdatResult()236 Comdat::SelectionKind DSK = DstC->getSelectionKind(); in getComdatResult()
1083 DC->setSelectionKind(SC->getSelectionKind()); in linkGlobalValueProto()
209 Comdat.SelectionKind = C->getSelectionKind(); in getComdatIndex()
1309 NewC->setSelectionKind(C->getSelectionKind()); in trySingleImplDevirt()
746 NewComdat->setSelectionKind(OrigComdat->getSelectionKind()); in renameComdatFunction()
2056 switch (C->getSelectionKind()) { in shouldInstrumentGlobal()
845 switch (C.getSelectionKind()) { in getEncodedComdatSelectionKind()
1317 switch (C.getSelectionKind()) { in getEncodedComdatSelectionKind()