Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h219 uint32_t NVOffset, int32_t VBPtrOffset,
223 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/external/clang/lib/AST/
DMicrosoftMangle.cpp161 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
167 uint32_t NVOffset, int32_t VBPtrOffset,
593 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
604 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
617 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity(); in mangleMemberFunctionPointer()
630 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
2687 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
2714 if (NVOffset) { in mangleCXXCatchableType()
2715 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
2718 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
[all …]
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp739 uint32_t NVOffset = 0,
3901 uint32_t NVOffset, in getCatchableType() argument
3918 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset, in getCatchableType()
3968 llvm::ConstantInt::get(CGM.IntTy, NVOffset), // NonVirtualAdjustment in getCatchableType()