Home
last modified time | relevance | path

Searched refs:getComdat (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h73 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
74 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
75 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h206 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
207 Comdat *getComdat();
208 const Comdat *getComdat() const { in getComdat() function
209 return const_cast<GlobalValue *>(this)->getComdat(); in getComdat()
/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()
120 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
121 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h229 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
230 const Comdat *getComdat() const;
231 Comdat *getComdat() { in getComdat() function
233 static_cast<const GlobalValue *>(this)->getComdat()); in getComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp197 Comdat *C = F->getComdat(); in filterDeadComdatFunctions()
221 if (Comdat *C = F.getComdat()) { in filterDeadComdatFunctions()
227 if (Comdat *C = GV.getComdat()) { in filterDeadComdatFunctions()
233 if (Comdat *C = GA.getComdat()) { in filterDeadComdatFunctions()
248 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
DFunctionImportUtils.cpp277 if (const auto *C = GV.getComdat()) in processGlobalForThinLTO()
309 if (auto *C = GO.getComdat()) { in processGlobalsForThinLTO()
DSplitModule.cpp119 if (const Comdat *C = GV.getComdat()) { in findPartitions()
234 if (const Comdat *C = GV->getComdat()) in isInPartition()
DCloneModule.cpp22 const Comdat *SC = Src->getComdat(); in copyComdat()
DSymbolRewriter.cpp99 if (Comdat *CD = GO->getComdat()) { in rewriteComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor()
424 Comdat *C = GV.getComdat(); in dropReplacedComdat()
503 if (const Comdat *SC = GV.getComdat()) in run()
508 if (const Comdat *SC = SF.getComdat()) in run()
513 if (const Comdat *SC = GA.getComdat()) in run()
532 const Comdat *SC = GV->getComdat(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp152 if (Comdat *C = GV.getComdat()) { in MarkLive()
296 if (Comdat *C = F.getComdat()) in run()
299 if (Comdat *C = GV.getComdat()) in run()
302 if (Comdat *C = GA.getComdat()) in run()
DThinLTOBitcodeWriter.cpp59 if (const auto *C = ExportGV.getComdat()) in promoteInternals()
75 if (auto *C = GO.getComdat()) { in promoteInternals()
256 if (const auto *C = GV.getComdat()) in splitAndWriteThinLTOBitcode()
277 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
309 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
DInternalize.cpp115 if (Comdat *C = GV.getComdat()) { in maybeInternalize()
142 Comdat *C = GV.getComdat(); in checkComdatVisibility()
DDeadArgumentElimination.cpp169 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs()
868 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
DWholeProgramDevirt.cpp962 if (Comdat *C = TheFn->getComdat()) { in trySingleImplDevirt()
967 if (GO.getComdat() == C) in trySingleImplDevirt()
1530 NewGV->setComdat(B.GV->getComdat()); in rebuildGlobal()
DGlobalOpt.cpp1780 if (const Comdat *C = GV.getComdat()) in deleteIfDead()
2942 if (const Comdat *C = GV.getComdat()) in optimizeGlobalsInModule()
2946 if (const Comdat *C = F.getComdat()) in optimizeGlobalsInModule()
2950 if (const Comdat *C = GA.getComdat()) in optimizeGlobalsInModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
DTargetLoweringObjectFileImpl.cpp504 const Comdat *C = GV->getComdat(); in getELFComdat()
716 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
929 const Comdat *C = GV->getComdat(); in checkMachOComdat()
1258 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF()
1267 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1275 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF()
1421 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
1682 const Comdat *C = GV->getComdat(); in getWasmComdat()
1895 assert (!F.getComdat() && "Comdat not supported on XCOFF."); in getSectionForJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp175 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
179 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat()
185 return cast<GlobalObject>(this)->getComdat(); in getComdat()
DComdat.cpp34 return wrap(G->getComdat()); in LLVMGetComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp78 if (auto Comdat = F.getComdat()) return Comdat; in GetOrCreateFunctionComdat()
DPGOInstrumentation.cpp661 Comdat *C = F.getComdat(); in canRenameComdat()
697 Comdat *OrigComdat = F.getComdat(); in renameComdatFunction()
1452 if (Comdat *C = F.getComdat()) in collectComdatMembers()
1455 if (Comdat *C = GV.getComdat()) in collectComdatMembers()
1458 if (Comdat *C = GA.getComdat()) in collectComdatMembers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp368 NewFunc->setComdat(F.getComdat()); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp276 if (const Comdat *C = Base->getComdat()) { in addSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp643 Comdat *C = GV.getComdat(); in handleNonPrevailingComdat()
747 NonPrevailingComdats.insert(GV->getComdat()); in addRegularLTO()

12