/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | IPDBSectionContrib.h | 35 virtual bool hasComdat() const = 0;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASectionContrib.h | 36 bool hasComdat() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallGraphUpdater.cpp | 81 if (DeadFn.hasComdat()) in removeFunction()
|
H A D | FunctionImportUtils.cpp | 321 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
H A D | ModuleUtils.cpp | 308 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 128 bool hasComdat() const { return getComdat() != nullptr; } in getComdat() 127 bool hasComdat() const { return getComdat() != nullptr; } hasComdat() function
|
H A D | GlobalValue.h | 241 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASectionContrib.cpp | 87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 53 if (from->hasComdat()) { in copyLinkageVisibility()
|
H A D | TargetLoweringObjectFileImpl.cpp | 927 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal() 968 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA() 1069 if (F.hasComdat()) { in getSectionForMachineBasicBlock() 1075 F.hasComdat(), UniqueID, nullptr); in getSectionForMachineBasicBlock() 1683 if (GO->hasComdat()) { in getExplicitSectionGlobal() 1726 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal() 1736 if (GO->hasComdat()) in SelectSectionForGlobal() 2235 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 92 if (F.hasComdat()) { in AlwaysInlineImpl()
|
H A D | Inliner.cpp | 452 if (Callee.hasLocalLinkage() || !Callee.hasComdat()) { in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSLSHardening.cpp | 210 assert(MF.getFunction().hasComdat() == ComdatThunks && in populateThunk()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1348 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr() 1384 if (Fn->hasComdat() && in shouldUsePublicSymbol() 1417 if (Fn->hasComdat()) { in getFuncAddrForProfData() 1491 if (GV->hasLocalLinkage() && GV->hasComdat()) in shouldRecordVTableAddr()
|
H A D | MemProfiler.cpp | 816 (F.hasComdat() || in readMemprof()
|
H A D | PGOInstrumentation.cpp | 733 if (!F.hasComdat()) { in renameComdatFunction() 1345 (F.hasComdat() || F.getLinkage() == GlobalValue::WeakAnyLinkage || in handleInstrProfError()
|
H A D | SanitizerCoverage.cpp | 725 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 864 if (!F.hasComdat()) in runOnModule() 923 if (F.hasComdat() && F.getComdat()->getName() == F.getName()) { in processFunction()
|
H A D | AArch64SLSHardening.cpp | 328 assert(MF.getFunction().hasComdat() == ComdatThunks && in populateThunk()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 648 } else if (MAI->avoidWeakIfComdat() && GV->hasComdat()) { in emitLinkage() 4215 if (F.hasComdat()) { in emitXRayTable() 4220 Flags, 0, GroupName, F.hasComdat(), in emitXRayTable() 4225 "xray_fn_idx", ELF::SHT_PROGBITS, Flags, 0, GroupName, F.hasComdat(), in emitXRayTable() 4327 if (F.hasComdat()) { in emitPatchableFunctionEntries() 4335 F.hasComdat(), MCSection::NonUniqueID, LinkedToSym)); in emitPatchableFunctionEntries()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 455 if (def->hasComdat()) in addDefinedSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1417 if (GO.hasComdat()) in needsComdatForCounter() 1479 if (!F.hasComdat()) { in canRenameComdatFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 1281 GV.hasComdat()) { in writeModuleInfo() 1287 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo() 1315 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 837 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 439 if (KernelFunction->hasComdat()) in emitDeviceStubBodyNew()
|