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.h48 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstrumentation.cpp107 C->setSelectionKind(Comdat::NoDeduplicate); in getOrCreateFunctionComdat()
H A DCloneModule.cpp30 DC->setSelectionKind(SC->getSelectionKind()); in copyComdat()
H A DSymbolRewriter.cpp100 C->setSelectionKind(CD->getSelectionKind()); in rewriteComdat()
/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.cpp151 C->setSelectionKind(Comdat::NoDeduplicate); in maybeInternalize()
H A DWholeProgramDevirt.cpp1348 NewC->setSelectionKind(C->getSelectionKind()); in trySingleImplDevirt()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp975 DC->setSelectionKind(SC->getSelectionKind()); in linkGlobalValueProto()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1470 C->setSelectionKind(Comdat::NoDeduplicate); in maybeSetComdat()
H A DPGOInstrumentation.cpp809 NewComdat->setSelectionKind(OrigComdat->getSelectionKind()); in renameComdatFunction()
H A DAddressSanitizer.cpp2316 C->setSelectionKind(Comdat::NoDeduplicate); in SetComdatForGlobalMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1923 C->setSelectionKind(llvm::Comdat::Largest); in getAddrOfVTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4060 C->setSelectionKind(SK); in parseComdatRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp907 C->setSelectionKind(SK); in parseComdat()