Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h35 virtual bool hasComdat() const = 0;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h36 bool hasComdat() const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h128 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
H A DGlobalValue.h241 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp112 if (DeadFn.hasComdat()) in removeFunction()
H A DFunctionImportUtils.cpp321 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
H A DModuleUtils.cpp305 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp53 if (from->hasComdat()) { in copyLinkageVisibility()
H A DTargetLoweringObjectFileImpl.cpp924 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
965 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
1066 if (F.hasComdat()) { in getSectionForMachineBasicBlock()
1072 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock()
1685 if (GO->hasComdat()) { in getExplicitSectionGlobal()
1728 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1738 if (GO->hasComdat()) in SelectSectionForGlobal()
2232 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp107 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in AlwaysInlineImpl()
H A DInliner.cpp443 if (Callee.hasLocalLinkage() || !Callee.hasComdat()) { in run()
H A DFunctionImport.cpp1481 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp697 if (!F.hasComdat()) in runOnModule()
746 if (F.hasComdat() && F.getComdat()->getName() == F.getName()) { in processFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1112 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
1148 if (Fn->hasComdat() && in shouldUsePublicSymbol()
1181 if (Fn->hasComdat()) { in getFuncAddrForProfData()
H A DMemProfiler.cpp704 (F.hasComdat() || in readMemprof()
H A DPGOInstrumentation.cpp709 if (!F.hasComdat()) { in renameComdatFunction()
1291 (F.hasComdat() || F.getLinkage() == GlobalValue::WeakAnyLinkage || in handleInstrProfError()
H A DSanitizerCoverage.cpp719 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
H A DAddressSanitizer.cpp1953 if (!G->hasExactDefinition() || G->hasComdat()) in shouldInstrumentGlobal()
2168 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp669 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) { in emitLinkage()
4181 if (F.hasComdat()) { in emitXRayTable()
4186 Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
4191 "xray_fn_idx", ELF::SHT_PROGBITS, Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
4293 if (F.hasComdat()) { in emitPatchableFunctionEntries()
4301 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym)); in emitPatchableFunctionEntries()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1282 if (F.hasComdat()) in needsComdatForCounter()
1344 if (!F.hasComdat()) { in canRenameComdatFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp455 if (def->hasComdat()) in addDefinedSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp763 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1282 GV.hasComdat()) { in writeModuleInfo()
1288 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1316 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1021 if (!VTable->hasComdat()) { in GenerateRelativeVTableAlias()

12