| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| D | IPDBSectionContrib.h | 35 virtual bool hasComdat() const = 0;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIASectionContrib.h | 36 bool hasComdat() const override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | GlobalObject.h | 122 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| D | GlobalValue.h | 222 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIASectionContrib.cpp | 87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | AlwaysInliner.cpp | 110 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
|
| D | Inliner.cpp | 607 if (F->hasComdat()) { in removeDeadFunctions()
|
| D | FunctionImport.cpp | 1102 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | LowerEmuTLS.cpp | 48 if (from->hasComdat()) { in copyLinkageVisibility()
|
| D | TargetLoweringObjectFileImpl.cpp | 887 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/ |
| D | CallGraphUpdater.cpp | 110 if (DeadFn.hasComdat()) in removeFunction()
|
| D | FunctionImportUtils.cpp | 296 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
| D | ModuleUtils.cpp | 249 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Globals.cpp | 109 !isa<GlobalIFunc>(this) && !hasComdat(); in canBenefitFromLocalAlias()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 464 } 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/ |
| D | InstrProf.cpp | 1073 if (F.hasComdat()) in needsComdatForCounter() 1131 if (!F.hasComdat()) { in canRenameComdatFunc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTOModule.cpp | 455 if (def->hasComdat()) in addDefinedSymbol()
|
| D | LTO.cpp | 793 if (GV->hasComdat()) in addRegularLTO()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PGOInstrumentation.cpp | 754 if (!F.hasComdat()) { in renameComdatFunction() 1296 (F.hasComdat() || in readCounters()
|
| D | InstrProfiling.cpp | 809 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
|
| D | SanitizerCoverage.cpp | 702 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
|
| D | AddressSanitizer.cpp | 1905 if (!G->hasExactDefinition() || G->hasComdat()) in shouldInstrumentGlobal() 2113 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ModuleSummaryAnalysis.cpp | 599 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGVTables.cpp | 970 if (!VTable->hasComdat()) { in GenerateRelativeVTableAlias()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 1352 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()
|