Searched refs:NVOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h216 uint32_t NVOffset, int32_t VBPtrOffset,
220 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp127 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
133 uint32_t NVOffset, int32_t VBPtrOffset,
556 uint64_t NVOffset = 0; local
567 NVOffset = ML.VFPtrOffset.getQuantity();
580 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity();
593 mangleNumber(static_cast<uint32_t>(NVOffset));
2666 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex,
2690 if (NVOffset) {
2691 Mangler.getStream() << NVOffset;
2694 Mangler.getStream() << NVOffset;
2664 mangleCXXCatchableType( QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, raw_ostream &Out) argument
2700 mangleCXXRTTIBaseClassDescriptor( const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBTableOffset, uint32_t Flags, raw_ostream &Out) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp739 uint32_t NVOffset = 0,
3887 uint32_t NVOffset,
3904 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset,
3954 llvm::ConstantInt::get(CGM.IntTy, NVOffset), // NonVirtualAdjustment
3886 getCatchableType(QualType T, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex) argument

Completed in 112 milliseconds