Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2439 std::vector<llvm::GlobalAlias*> SelectorAliases; in ModuleInitFunction() local
2460 SelectorAliases.push_back(i->second); in ModuleInitFunction()
2492 SelectorAliases[i]->replaceAllUsesWith(SelPtr); in ModuleInitFunction()
2493 SelectorAliases[i]->eraseFromParent(); in ModuleInitFunction()