Home
last modified time | relevance | path

Searched refs:hasComdat (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h35 virtual bool hasComdat() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h36 bool hasComdat() const override;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp81 if (DeadFn.hasComdat()) in removeFunction()
H A DFunctionImportUtils.cpp321 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
H A DModuleUtils.cpp308 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h128 bool hasComdat() const { return getComdat() != nullptr; } in getComdat()
127 bool hasComdat() const { return getComdat() != nullptr; } hasComdat() function
H A DGlobalValue.h241 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp53 if (from->hasComdat()) { in copyLinkageVisibility()
H A DTargetLoweringObjectFileImpl.cpp927 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
968 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
1069 if (F.hasComdat()) { in getSectionForMachineBasicBlock()
1075 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock()
1683 if (GO->hasComdat()) { in getExplicitSectionGlobal()
1726 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1736 if (GO->hasComdat()) in SelectSectionForGlobal()
2235 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp92 if (F.hasComdat()) { in AlwaysInlineImpl()
H A DInliner.cpp452 if (Callee.hasLocalLinkage() || !Callee.hasComdat()) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp210 assert(MF.getFunction().hasComdat() == ComdatThunks && in populateThunk()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1348 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
1384 if (Fn->hasComdat() && in shouldUsePublicSymbol()
1417 if (Fn->hasComdat()) { in getFuncAddrForProfData()
1491 if (GV->hasLocalLinkage() && GV->hasComdat()) in shouldRecordVTableAddr()
H A DMemProfiler.cpp816 (F.hasComdat() || in readMemprof()
H A DPGOInstrumentation.cpp733 if (!F.hasComdat()) { in renameComdatFunction()
1345 (F.hasComdat() || F.getLinkage() == GlobalValue::WeakAnyLinkage || in handleInstrProfError()
H A DSanitizerCoverage.cpp725 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp864 if (!F.hasComdat()) in runOnModule()
923 if (F.hasComdat() && F.getComdat()->getName() == F.getName()) { in processFunction()
H A DAArch64SLSHardening.cpp328 assert(MF.getFunction().hasComdat() == ComdatThunks && in populateThunk()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp648 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) { in emitLinkage()
4215 if (F.hasComdat()) { in emitXRayTable()
4220 Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
4225 "xray_fn_idx", ELF::SHT_PROGBITS, Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
4327 if (F.hasComdat()) { in emitPatchableFunctionEntries()
4335 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym)); in emitPatchableFunctionEntries()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp455 if (def->hasComdat()) in addDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1417 if (GO.hasComdat()) in needsComdatForCounter()
1479 if (!F.hasComdat()) { in canRenameComdatFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1281 GV.hasComdat()) { in writeModuleInfo()
1287 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1315 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp837 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp439 if (KernelFunction->hasComdat()) in emitDeviceStubBodyNew()

12