Home
last modified time | relevance | path

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

123

/external/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()
/external/llvm/include/llvm/IR/
DGlobalObject.h70 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
71 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
72 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h189 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
190 Comdat *getComdat();
191 const Comdat *getComdat() const { in getComdat() function
192 return const_cast<GlobalValue *>(this)->getComdat(); in getComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h100 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
101 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
102 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h225 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
226 const Comdat *getComdat() const;
227 Comdat *getComdat() { in getComdat() function
229 static_cast<const GlobalValue *>(this)->getComdat()); in getComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp185 Comdat *C = F->getComdat(); in filterDeadComdatFunctions()
209 if (Comdat *C = F.getComdat()) { in filterDeadComdatFunctions()
215 if (Comdat *C = GV.getComdat()) { in filterDeadComdatFunctions()
221 if (Comdat *C = GA.getComdat()) { in filterDeadComdatFunctions()
236 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
DSplitModule.cpp120 if (const Comdat *C = GV.getComdat()) { in findPartitions()
237 if (const Comdat *C = GV->getComdat()) in isInPartition()
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp89 if (Comdat *C = F.getComdat()) in run()
92 if (Comdat *C = GV.getComdat()) in run()
95 if (Comdat *C = GA.getComdat()) in run()
222 if (Comdat *C = G->getComdat()) { in GlobalIsNeeded()
DInliner.cpp619 if (const Comdat *C = F->getComdat()) { in removeDeadFunctions()
636 if (const Comdat *C = F.getComdat()) in removeDeadFunctions()
639 if (const Comdat *C = GV.getComdat()) in removeDeadFunctions()
642 if (const Comdat *C = GA.getComdat()) in removeDeadFunctions()
646 const Comdat *C = F->getComdat(); in removeDeadFunctions()
DInternalize.cpp118 if (Comdat *C = GV.getComdat()) { in maybeInternalize()
145 Comdat *C = GV.getComdat(); in checkComdatVisibility()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp130 if (Comdat *C = GV.getComdat()) { in MarkLive()
153 if (Comdat *C = F.getComdat()) in run()
156 if (Comdat *C = GV.getComdat()) in run()
159 if (Comdat *C = GA.getComdat()) in run()
DThinLTOBitcodeWriter.cpp58 if (const auto *C = ExportGV.getComdat()) in promoteInternals()
74 if (auto *C = GO.getComdat()) { in promoteInternals()
246 if (const auto *C = GV.getComdat()) in splitAndWriteThinLTOBitcode()
267 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
299 if (const auto *C = GV->getComdat()) in splitAndWriteThinLTOBitcode()
DInternalize.cpp118 if (Comdat *C = GV.getComdat()) { in maybeInternalize()
145 Comdat *C = GV.getComdat(); in checkComdatVisibility()
/external/swiftshader/third_party/llvm-7.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()
/external/llvm/lib/Linker/
DLinkModules.cpp404 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded()
435 const Comdat *SC = GV.getComdat(); in addLazyFor()
453 Comdat *C = GV.getComdat(); in dropReplacedComdat()
532 if (const Comdat *SC = GV.getComdat()) in run()
537 if (const Comdat *SC = SF.getComdat()) in run()
542 if (const Comdat *SC = GA.getComdat()) in run()
561 const Comdat *SC = GV->getComdat(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
DTargetLoweringObjectFileImpl.cpp325 const Comdat *C = GV->getComdat(); in getELFComdat()
535 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
734 const Comdat *C = GV->getComdat(); in checkMachOComdat()
1046 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF()
1055 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
1063 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF()
1209 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
1453 const Comdat *C = GV->getComdat(); in getWasmComdat()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp49 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
DTargetLoweringObjectFileImpl.cpp196 const Comdat *C = GV->getComdat(); in getELFComdat()
336 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
536 const Comdat *C = GV->getComdat(); in checkMachOComdat()
847 const Comdat *C = GV->getComdat(); in getComdatGVForCOFF()
856 if (ComdatGV->getComdat() != C) in getComdatGVForCOFF()
864 if (const Comdat *C = GV->getComdat()) { in getSelectionForCOFF()
1004 const Comdat *C = F.getComdat(); in getSectionForJumpTable()
/external/llvm/lib/IR/
DGlobals.cpp141 Comdat *GlobalValue::getComdat() { in getComdat() function in GlobalValue
145 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat()
151 return cast<GlobalObject>(this)->getComdat(); in getComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp166 const Comdat *GlobalValue::getComdat() const { in getComdat() function in GlobalValue
170 return const_cast<GlobalObject *>(GO)->getComdat(); in getComdat()
176 return cast<GlobalObject>(this)->getComdat(); in getComdat()
DComdat.cpp35 return wrap(G->getComdat()); in LLVMGetComdat()
/external/llvm/lib/Transforms/Utils/
DSplitModule.cpp100 if (const Comdat *C = GV.getComdat()) { in findPartitions()
213 if (const Comdat *C = GV->getComdat()) in isInPartition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp621 Comdat *C = F.getComdat(); in canRenameComdat()
657 Comdat *OrigComdat = F.getComdat(); in renameComdatFunction()
1374 if (Comdat *C = F.getComdat()) in collectComdatMembers()
1377 if (Comdat *C = GV.getComdat()) in collectComdatMembers()
1380 if (Comdat *C = GA.getComdat()) in collectComdatMembers()

123