Lines Matching defs:NVOffset
183 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
190 uint32_t NVOffset, int32_t VBPtrOffset,
791 uint64_t NVOffset = 0;
812 NVOffset = ML.VFPtrOffset.getQuantity();
824 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity();
837 mangleNumber(static_cast<uint32_t>(NVOffset));
3929 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex,
3962 if (NVOffset) {
3963 Mangler.getStream() << NVOffset;
3966 Mangler.getStream() << NVOffset;
3973 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
3978 Mangler.mangleNumber(NVOffset);