Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {} in VFTableRecord()
866 return MethodNames; in getMethodNames()
884 std::vector<StringRef> MethodNames; variable
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp456 ArrayRef<llvm::Constant *> MethodNames,
1699 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, in GenerateProtocolMethodList() argument
1709 ObjCMethodDescTy, {MethodNames[i], MethodTypes[i]})); in GenerateProtocolMethodList()
1712 MethodNames.size()); in GenerateProtocolMethodList()
1718 Methods.push_back(llvm::ConstantInt::get(IntTy, MethodNames.size())); in GenerateProtocolMethodList()