Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h35 virtual bool hasComdat() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h36 bool hasComdat() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGlobalObject.h122 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h222 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp110 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
DInliner.cpp607 if (F->hasComdat()) { in removeDeadFunctions()
DFunctionImport.cpp1102 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLowerEmuTLS.cpp48 if (from->hasComdat()) { in copyLinkageVisibility()
DTargetLoweringObjectFileImpl.cpp887 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
928 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
1018 if (F.hasComdat()) { in getSectionForMachineBasicBlock()
1024 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock()
1596 if (GO->hasComdat()) { in getExplicitSectionGlobal()
1639 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1649 if (GO->hasComdat()) in SelectSectionForGlobal()
2117 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp110 if (DeadFn.hasComdat()) in removeFunction()
DFunctionImportUtils.cpp296 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
DModuleUtils.cpp249 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DGlobals.cpp109 !isa<GlobalIFunc>(this) && !hasComdat(); in canBenefitFromLocalAlias()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp464 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) { in emitLinkage()
3484 if (F.hasComdat()) { in emitXRayTable()
3489 Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
3495 GroupName, F.hasComdat(), MCSection::NonUniqueID, LinkedToSym); in emitXRayTable()
3583 if (F.hasComdat()) { in emitPatchableFunctionEntries()
3591 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym)); in emitPatchableFunctionEntries()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp1073 if (F.hasComdat()) in needsComdatForCounter()
1131 if (!F.hasComdat()) { in canRenameComdatFunc()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOModule.cpp455 if (def->hasComdat()) in addDefinedSymbol()
DLTO.cpp793 if (GV->hasComdat()) in addRegularLTO()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp754 if (!F.hasComdat()) { in renameComdatFunction()
1296 (F.hasComdat() || in readCounters()
DInstrProfiling.cpp809 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
DSanitizerCoverage.cpp702 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
DAddressSanitizer.cpp1905 if (!G->hasExactDefinition() || G->hasComdat()) in shouldInstrumentGlobal()
2113 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp599 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp970 if (!VTable->hasComdat()) { in GenerateRelativeVTableAlias()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1352 GV.hasComdat() || in writeModuleInfo()
1361 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1399 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()

12