Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Method

382       const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
383 if (Method->getCanonicalDecl()->isInlined())
399 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
400 if (Method->getVisibility() == Visibility::HiddenVisibility &&
401 !Method->isDefined())
485 // For PNaCl, use ARM-style method pointers so that PNaCl code
506 /// In the Itanium and ARM ABIs, method pointers have the form:
510 /// - method pointers are virtual if (memptr.ptr & 1) is nonzero
515 /// - method pointers are virtual if (memptr.adj & 1) is nonzero