Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DMangle.h216 uint32_t NVOffset, int32_t VBPtrOffset,
223 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/external/clang/lib/AST/
DMicrosoftMangle.cpp127 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
135 uint32_t NVOffset, int32_t VBPtrOffset,
557 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
568 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
581 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity(); in mangleMemberFunctionPointer()
594 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
2582 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
2606 if (NVOffset) { in mangleCXXCatchableType()
2607 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
2610 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
[all …]
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp739 uint32_t NVOffset = 0,
3887 uint32_t NVOffset, in getCatchableType() argument
3904 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset, in getCatchableType()
3954 llvm::ConstantInt::get(CGM.IntTy, NVOffset), // NonVirtualAdjustment in getCatchableType()