Home
last modified time | relevance | path

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

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