Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h36 virtual bool hasComdat() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h37 bool hasComdat() const override;
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp70 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
H A DInliner.cpp824 if (F->hasComdat()) { in removeDeadFunctions()
H A DFunctionImport.cpp992 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp88 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h100 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
H A DGlobalValue.h226 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp46 if (from->hasComdat()) { in copyLinkageVisibility()
H A DTargetLoweringObjectFileImpl.cpp671 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
1281 if (GO->hasComdat()) { in getExplicitSectionGlobal()
1324 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1334 if (GO->hasComdat()) in SelectSectionForGlobal()
1743 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp275 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
H A DModuleUtils.cpp289 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp927 if (F.hasComdat()) in needsComdatForCounter()
987 if (!F.hasComdat()) { in canRenameComdatFunc()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOModule.cpp451 if (def->hasComdat()) in addDefinedSymbol()
H A DLTO.cpp699 if (GV->hasComdat()) in addRegularLTO()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp421 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp653 if (!F.hasComdat()) { in renameComdatFunction()
1034 (F.hasComdat() || in readCounters()
H A DInstrProfiling.cpp668 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
H A DAddressSanitizer.cpp1676 if (!G->hasExactDefinition() || G->hasComdat()) in ShouldInstrumentGlobal()
1871 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1257 GV.hasComdat() || in writeModuleInfo()
1265 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1300 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp576 Assert(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV); in visitGlobalValue()
629 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV); in visitGlobalVariable()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3082 if (F.hasComdat()) { in emitXRayTable()
H A DCodeViewDebug.cpp2934 } else if (GV->hasComdat()) in collectGlobalVariableInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp414 auto ComdatKey = OpenMPRegistrationFunction->hasComdat() ? in Release()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4475 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()