Home
last modified time | relevance | path

Searched refs:hasComdat (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h35 virtual bool hasComdat() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h36 bool hasComdat() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h206 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/
DDIASectionContrib.cpp87 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/
DAlwaysInliner.cpp79 InlinedFunctions, [&](Function *F) { return F->hasComdat(); }); in run()
DInliner.cpp828 if (F->hasComdat()) { in removeDeadFunctions()
DFunctionImport.cpp1034 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) in thinLTOResolvePrevailingInModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h119 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
DGlobalValue.h229 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp46 if (from->hasComdat()) { in copyLinkageVisibility()
DTargetLoweringObjectFileImpl.cpp697 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/
DFunctionImportUtils.cpp287 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) { in processGlobalForThinLTO()
DModuleUtils.cpp258 !GV.hasExternalLinkage() || GV.hasComdat()) in getUniqueModuleId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1045 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/
DLTOModule.cpp452 if (def->hasComdat()) in addDefinedSymbol()
DLTO.cpp746 if (GV->hasComdat()) in addRegularLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp688 if (!F.hasComdat()) { in renameComdatFunction()
1161 (F.hasComdat() || in readCounters()
DInstrProfiling.cpp707 if (F->hasLocalLinkage() && F->hasComdat()) in shouldRecordFunctionAddr()
DAddressSanitizer.cpp1827 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/
DModuleSummaryAnalysis.cpp600 !V.hasComdat() && !V.hasAppendingLinkage() && !V.isInterposable() && in computeVariableSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3169 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/
DBitcodeWriter.cpp1284 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/
DPPCAsmPrinter.cpp1602 if (GV->hasComdat()) in ValidateGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp582 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()

12