| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSectionContrib.h | 36 virtual bool hasComdat() const = 0;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.h | 37 bool hasComdat() const override;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 70 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
|
| H A D | Inliner.cpp | 824 if (F->hasComdat()) { in removeDeadFunctions()
|
| H A D | FunctionImport.cpp | 992 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASectionContrib.cpp | 88 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 100 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| H A D | GlobalValue.h | 226 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 46 if (from->hasComdat()) { in copyLinkageVisibility()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 671 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 D | FunctionImportUtils.cpp | 275 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
| H A D | ModuleUtils.cpp | 289 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 927 if (F.hasComdat()) in needsComdatForCounter() 987 if (!F.hasComdat()) { in canRenameComdatFunc()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 451 if (def->hasComdat()) in addDefinedSymbol()
|
| H A D | LTO.cpp | 699 if (GV->hasComdat()) in addRegularLTO()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 421 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 653 if (!F.hasComdat()) { in renameComdatFunction() 1034 (F.hasComdat() || in readCounters()
|
| H A D | InstrProfiling.cpp | 668 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
|
| H A D | AddressSanitizer.cpp | 1676 if (!G->hasExactDefinition() || G->hasComdat()) in ShouldInstrumentGlobal() 1871 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1257 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 D | Verifier.cpp | 576 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 D | AsmPrinter.cpp | 3082 if (F.hasComdat()) { in emitXRayTable()
|
| H A D | CodeViewDebug.cpp | 2934 } else if (GV->hasComdat()) in collectGlobalVariableInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 414 auto ComdatKey = OpenMPRegistrationFunction->hasComdat() ? in Release()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4475 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()
|