Searched refs:setSelectionKind (Results 1 – 16 of 16) sorted by relevance
68 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()71 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()74 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()77 Cd->setSelectionKind(Comdat::NoDeduplicate); in LLVMSetComdatSelectionKind()80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
47 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind() function
83 C->setSelectionKind(Comdat::NoDeduplicate); in getOrCreateFunctionComdat()
1471 C->setSelectionKind(Comdat::NoDeduplicate); in maybeSetComdat()
746 NewComdat->setSelectionKind(OrigComdat->getSelectionKind()); in renameComdatFunction()
2253 C->setSelectionKind(Comdat::NoDeduplicate); in SetComdatForGlobalMetadata()
55 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
214 C->setSelectionKind(Comdat::Any); in runImpl()
153 C->setSelectionKind(Comdat::NoDeduplicate); in maybeInternalize()
1309 NewC->setSelectionKind(C->getSelectionKind()); in trySingleImplDevirt()
29 DC->setSelectionKind(SC->getSelectionKind()); in copyComdat()
100 C->setSelectionKind(CD->getSelectionKind()); in rewriteComdat()
1083 DC->setSelectionKind(SC->getSelectionKind()); in linkGlobalValueProto()
1928 C->setSelectionKind(llvm::Comdat::Largest); in getAddrOfVTable()
3970 C->setSelectionKind(SK); in parseComdatRecord()
919 C->setSelectionKind(SK); in parseComdat()