Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp438 ArrayRef<llvm::Constant *> MethodNames,
1660 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, in GenerateProtocolMethodList() argument
1671 Elements.push_back(MethodNames[i]); in GenerateProtocolMethodList()
1676 MethodNames.size()); in GenerateProtocolMethodList()
1682 Methods.push_back(llvm::ConstantInt::get(IntTy, MethodNames.size())); in GenerateProtocolMethodList()