Home
last modified time | relevance | path

Searched refs:GIS2 (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenModule.cpp268 auto *GIS2 = dyn_cast<llvm::GlobalIndirectSymbol>(C); in getAliasedGlobal() local
269 if (!GIS2) in getAliasedGlobal()
271 if (!Visited.insert(GIS2).second) in getAliasedGlobal()
273 C = GIS2->getIndirectSymbol(); in getAliasedGlobal()