Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2446 std::vector<llvm::GlobalAlias*> SelectorAliases; in ModuleInitFunction() local
2467 SelectorAliases.push_back(i->second); in ModuleInitFunction()
2499 SelectorAliases[i]->replaceAllUsesWith(SelPtr); in ModuleInitFunction()
2500 SelectorAliases[i]->eraseFromParent(); in ModuleInitFunction()