| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSectionContrib.h | 35 virtual bool hasComdat() const = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.h | 36 bool hasComdat() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.cpp | 87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 128 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| H A D | GlobalValue.h | 241 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallGraphUpdater.cpp | 112 if (DeadFn.hasComdat()) in removeFunction()
|
| H A D | FunctionImportUtils.cpp | 321 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
| H A D | ModuleUtils.cpp | 305 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 53 if (from->hasComdat()) { in copyLinkageVisibility()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 924 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 D | AlwaysInliner.cpp | 107 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in AlwaysInlineImpl()
|
| H A D | Inliner.cpp | 443 if (Callee.hasLocalLinkage() || !Callee.hasComdat()) { in run()
|
| H A D | FunctionImport.cpp | 1481 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 697 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 D | InstrProfiling.cpp | 1112 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr() 1148 if (Fn->hasComdat() && in shouldUsePublicSymbol() 1181 if (Fn->hasComdat()) { in getFuncAddrForProfData()
|
| H A D | MemProfiler.cpp | 704 (F.hasComdat() || in readMemprof()
|
| H A D | PGOInstrumentation.cpp | 709 if (!F.hasComdat()) { in renameComdatFunction() 1291 (F.hasComdat() || F.getLinkage() == GlobalValue::WeakAnyLinkage || in handleInstrProfError()
|
| H A D | SanitizerCoverage.cpp | 719 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
|
| H A D | AddressSanitizer.cpp | 1953 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 D | AsmPrinter.cpp | 669 } 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 D | InstrProf.cpp | 1282 if (F.hasComdat()) in needsComdatForCounter() 1344 if (!F.hasComdat()) { in canRenameComdatFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 455 if (def->hasComdat()) in addDefinedSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 763 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1282 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 D | CGVTables.cpp | 1021 if (!VTable->hasComdat()) { in GenerateRelativeVTableAlias()
|