/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 70 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
|
D | GlobalValue.h | 189 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/ |
D | GlobalObject.h | 73 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
|
D | GlobalValue.h | 206 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/ |
D | InputChunks.h | 52 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/ |
D | GlobalObject.h | 124 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
|
D | GlobalValue.h | 222 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/ |
D | GlobalObject.h | 119 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
|
D | GlobalValue.h | 229 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/ |
D | GlobalDCE.cpp | 89 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()
|
D | Inliner.cpp | 619 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/ |
D | ModuleUtils.cpp | 197 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/ |
D | ModuleUtils.cpp | 205 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/ |
D | LinkModules.cpp | 380 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/ |
D | LinkModules.cpp | 404 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/ |
D | LinkModules.cpp | 380 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/ |
D | GlobalDCE.cpp | 152 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()
|
D | ThinLTOBitcodeWriter.cpp | 59 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()
|
D | Internalize.cpp | 115 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/ |
D | GlobalDCE.cpp | 152 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()
|
D | ThinLTOBitcodeWriter.cpp | 59 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/ |
D | LowerEmuTLS.cpp | 48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 49 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 49 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind()); in copyLinkageVisibility()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 141 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()
|