Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Method

374       const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
375 if (Method->getCanonicalDecl()->isInlined())
391 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
392 if (Method->getVisibility() == Visibility::HiddenVisibility &&
393 !Method->isDefined())
478 // For PNaCl, use ARM-style method pointers so that PNaCl code
499 /// In the Itanium and ARM ABIs, method pointers have the form:
503 /// - method pointers are virtual if (memptr.ptr & 1) is nonzero
508 /// - method pointers are virtual if (memptr.adj & 1) is nonzero