Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp442 ArrayRef<llvm::Constant *> MethodNames,
1677 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, in GenerateProtocolMethodList() argument
1688 Elements.push_back(MethodNames[i]); in GenerateProtocolMethodList()
1693 MethodNames.size()); in GenerateProtocolMethodList()
1699 Methods.push_back(llvm::ConstantInt::get(IntTy, MethodNames.size())); in GenerateProtocolMethodList()