Home
last modified time | relevance | path

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

12345

/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-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-project/lld/wasm/
DInputChunks.h52 virtual uint32_t getComdat() const = 0;
107 uint32_t getComdat() const override { return segment.Data.Comdat; } in getComdat() function
144 uint32_t getComdat() const override { return function->Comdat; } in getComdat() function
202 uint32_t getComdat() const override { return UINT32_MAX; } in getComdat() function
224 uint32_t getComdat() const override { return UINT32_MAX; } in getComdat() function
/external/llvm-project/llvm/include/llvm/IR/
DGlobalObject.h124 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
125 const Comdat *getComdat() const { return ObjComdat; } in getComdat() function
126 Comdat *getComdat() { return ObjComdat; } in getComdat() function
DGlobalValue.h222 bool hasComdat() const { return getComdat() != nullptr; } in hasComdat()
223 const Comdat *getComdat() const;
224 Comdat *getComdat() { in getComdat() function
226 static_cast<const GlobalValue *>(this)->getComdat()); in getComdat()
/external/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()
/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()
/external/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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DModuleUtils.cpp205 Comdat *C = F->getComdat(); in filterDeadComdatFunctions()
229 if (Comdat *C = F.getComdat()) { in filterDeadComdatFunctions()
235 if (Comdat *C = GV.getComdat()) { in filterDeadComdatFunctions()
241 if (Comdat *C = GA.getComdat()) { in filterDeadComdatFunctions()
256 return ComdatEntriesCovered.find(GV->getComdat()) == in filterDeadComdatFunctions()
/external/llvm-project/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-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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp152 if (Comdat *C = GV.getComdat()) { in MarkLive()
305 if (Comdat *C = F.getComdat()) in run()
308 if (Comdat *C = GV.getComdat()) in run()
311 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()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
/external/llvm-project/llvm/lib/CodeGen/
DLowerEmuTLS.cpp49 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp49 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
/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()

12345