reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
962 assert(MD->isInstance() && "Member function must not be static!"); 968 if (MD->isVirtual()) { 969 uint64_t Index = CGM.getItaniumVTableContext().getMethodVTableIndex(MD); 996 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); 1001 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); 1007 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);