Home
last modified time | relevance | path

Searched refs:setSelectionKind (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp68 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h47 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp83 C->setSelectionKind(Comdat::NoDeduplicate); in getOrCreateFunctionComdat()
H A DInstrProfiling.cpp1471 C->setSelectionKind(Comdat::NoDeduplicate); in maybeSetComdat()
H A DPGOInstrumentation.cpp746 NewComdat->setSelectionKind(OrigComdat->getSelectionKind()); in renameComdatFunction()
H A DAddressSanitizer.cpp2253 C->setSelectionKind(Comdat::NoDeduplicate); in SetComdatForGlobalMetadata()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp55 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
H A DJMCInstrumenter.cpp214 C->setSelectionKind(Comdat::Any); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp153 C->setSelectionKind(Comdat::NoDeduplicate); in maybeInternalize()
H A DWholeProgramDevirt.cpp1309 NewC->setSelectionKind(C->getSelectionKind()); in trySingleImplDevirt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp29 DC->setSelectionKind(SC->getSelectionKind()); in copyComdat()
H A DSymbolRewriter.cpp100 C->setSelectionKind(CD->getSelectionKind()); in rewriteComdat()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1083 DC->setSelectionKind(SC->getSelectionKind()); in linkGlobalValueProto()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1928 C->setSelectionKind(llvm::Comdat::Largest); in getAddrOfVTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3970 C->setSelectionKind(SK); in parseComdatRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp919 C->setSelectionKind(SK); in parseComdat()