Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalObjects.cpp20 static bool shouldReduceComdat(GlobalObject &GO) { return GO.hasComdat(); } in shouldReduceComdat()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h35 virtual bool hasComdat() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h36 bool hasComdat() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h121 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
H A DGlobalValue.h237 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp47 if (from->hasComdat()) { in copyLinkageVisibility()
H A DTargetLoweringObjectFileImpl.cpp935 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
976 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
1066 if (F.hasComdat()) { in getSectionForMachineBasicBlock()
1072 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock()
1656 if (GO->hasComdat()) { in getExplicitSectionGlobal()
1699 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1709 if (GO->hasComdat()) in SelectSectionForGlobal()
2190 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp112 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
H A DInliner.cpp667 if (F->hasComdat()) { in removeDeadFunctions()
983 if (Callee.hasLocalLinkage() || !Callee.hasComdat()) { in run()
H A DFunctionImport.cpp1132 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
/openbsd-src/gnu/llvm/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.cpp301 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp615 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) { in emitLinkage()
3946 if (F.hasComdat()) { in emitXRayTable()
3951 Flags, 0, GroupName, F.hasComdat(), in emitXRayTable()
3957 GroupName, F.hasComdat(), MCSection::NonUniqueID, LinkedToSym); in emitXRayTable()
4046 if (F.hasComdat()) { in emitPatchableFunctionEntries()
4054 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym)); in emitPatchableFunctionEntries()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1135 if (F.hasComdat()) in needsComdatForCounter()
1197 if (!F.hasComdat()) { in canRenameComdatFunc()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp707 if (!F.hasComdat()) { in renameComdatFunction()
1324 (F.hasComdat() || in readMemprof()
1522 (F.hasComdat() || F.getLinkage() == GlobalValue::WeakAnyLinkage || in readCounters()
H A DInstrProfiling.cpp813 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
H A DSanitizerCoverage.cpp736 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
H A DAddressSanitizer.cpp1782 if (!G->hasExactDefinition() || G->hasComdat()) in shouldInstrumentGlobal()
1995 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp455 if (def->hasComdat()) in addDefinedSymbol()
H A DLTO.cpp813 if (GV->hasComdat()) in addRegularLTO()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp691 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1293 GV.hasComdat()) { in writeModuleInfo()
1299 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1327 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp1007 if (!VTable->hasComdat()) { in GenerateRelativeVTableAlias()

12