Home
last modified time | relevance | path

Searched refs:getSelectionKind (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h46 SelectionKind getSelectionKind() const { return SK; } in getSelectionKind() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp49 switch (unwrap(C)->getSelectionKind()) { in LLVMGetComdatSelectionKind()
H A DGlobals.cpp117 return C && C->getSelectionKind() != Comdat::NoDeduplicate; in canBenefitFromLocalAlias()
H A DAsmWriter.cpp4909 switch (getSelectionKind()) { in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp55 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
H A DTargetLoweringObjectFileImpl.cpp571 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()
/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/ExecutionEngine/Orc/
H A DLayer.cpp81 G.getComdat()->getSelectionKind() != Comdat::NoDeduplicate) in IRMaterializationUnit()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp223 Comdat::SelectionKind SSK = SrcC->getSelectionKind(); in getComdatResult()
236 Comdat::SelectionKind DSK = DstC->getSelectionKind(); in getComdatResult()
H A DIRMover.cpp1083 DC->setSelectionKind(SC->getSelectionKind()); in linkGlobalValueProto()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp209 Comdat.SelectionKind = C->getSelectionKind(); in getComdatIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1309 NewC->setSelectionKind(C->getSelectionKind()); in trySingleImplDevirt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp746 NewComdat->setSelectionKind(OrigComdat->getSelectionKind()); in renameComdatFunction()
H A DAddressSanitizer.cpp2056 switch (C->getSelectionKind()) { in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp845 switch (C.getSelectionKind()) { in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1317 switch (C.getSelectionKind()) { in getEncodedComdatSelectionKind()