| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceGlobalObjects.cpp | 20 static bool shouldReduceComdat(GlobalObject &GO) { return GO.hasComdat(); } in shouldReduceComdat()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSectionContrib.h | 35 virtual bool hasComdat() const = 0;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.h | 36 bool hasComdat() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 121 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| H A D | GlobalValue.h | 237 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.cpp | 87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 47 if (from->hasComdat()) { in copyLinkageVisibility()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 935 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 D | AlwaysInliner.cpp | 112 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
|
| H A D | Inliner.cpp | 667 if (F->hasComdat()) { in removeDeadFunctions() 983 if (Callee.hasLocalLinkage() || !Callee.hasComdat()) { in run()
|
| H A D | FunctionImport.cpp | 1132 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in thinLTOFinalizeInModule()
|
| /openbsd-src/gnu/llvm/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 | 301 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 615 } 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 D | InstrProf.cpp | 1135 if (F.hasComdat()) in needsComdatForCounter() 1197 if (!F.hasComdat()) { in canRenameComdatFunc()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 707 if (!F.hasComdat()) { in renameComdatFunction() 1324 (F.hasComdat() || in readMemprof() 1522 (F.hasComdat() || F.getLinkage() == GlobalValue::WeakAnyLinkage || in readCounters()
|
| H A D | InstrProfiling.cpp | 813 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
|
| H A D | SanitizerCoverage.cpp | 736 if (Array->hasComdat()) in CreateFunctionLocalArrayInSection()
|
| H A D | AddressSanitizer.cpp | 1782 if (!G->hasExactDefinition() || G->hasComdat()) in shouldInstrumentGlobal() 1995 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 455 if (def->hasComdat()) in addDefinedSymbol()
|
| H A D | LTO.cpp | 813 if (GV->hasComdat()) in addRegularLTO()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 691 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1293 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 D | CGVTables.cpp | 1007 if (!VTable->hasComdat()) { in GenerateRelativeVTableAlias()
|