Lines Matching defs:NVOffset
181 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
188 uint32_t NVOffset, int32_t VBPtrOffset,
825 uint64_t NVOffset = 0;
846 NVOffset = ML.VFPtrOffset.getQuantity();
858 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity();
871 mangleNumber(static_cast<uint32_t>(NVOffset));
4005 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex,
4038 if (NVOffset) {
4039 Mangler.getStream() << NVOffset;
4042 Mangler.getStream() << NVOffset;
4049 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
4054 Mangler.mangleNumber(NVOffset);