/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSectionContrib.h | 35 virtual bool hasComdat() const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 36 bool hasComdat() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
D | GlobalValue.h | 206 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 87 bool DIASectionContrib::hasComdat() const { in hasComdat() function in DIASectionContrib
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | AlwaysInliner.cpp | 79 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
|
D | Inliner.cpp | 828 if (F->hasComdat()) { in removeDeadFunctions()
|
D | FunctionImport.cpp | 1034 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 119 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
D | GlobalValue.h | 229 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 46 if (from->hasComdat()) { in copyLinkageVisibility()
|
D | TargetLoweringObjectFileImpl.cpp | 697 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal() 1305 if (GO->hasComdat()) { in getExplicitSectionGlobal() 1348 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal() 1358 if (GO->hasComdat()) in SelectSectionForGlobal() 1771 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 287 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
|
D | ModuleUtils.cpp | 258 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1045 if (F.hasComdat()) in needsComdatForCounter() 1103 if (!F.hasComdat()) { in canRenameComdatFunc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 452 if (def->hasComdat()) in addDefinedSymbol()
|
D | LTO.cpp | 746 if (GV->hasComdat()) in addRegularLTO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 688 if (!F.hasComdat()) { in renameComdatFunction() 1161 (F.hasComdat() || in readCounters()
|
D | InstrProfiling.cpp | 707 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
|
D | AddressSanitizer.cpp | 1827 if (!G->hasExactDefinition() || G->hasComdat()) in ShouldInstrumentGlobal() 2014 assert(G->hasComdat()); in SetComdatForGlobalMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 600 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3169 if (F.hasComdat()) { in emitXRayTable() 3249 if (F.hasComdat()) { in emitPatchableFunctionEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1284 GV.hasComdat() || in writeModuleInfo() 1293 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo() 1330 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1602 if (GV->hasComdat()) in ValidateGV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 582 Assert(!GV.hasComdat(), "Declaration may not be in a Comdat!", &GV); in visitGlobalValue() 635 Assert(!GV.hasComdat(), "'common' global may not be in a Comdat!", &GV); in visitGlobalVariable()
|