Searched refs:NVOffset (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
D | Mangle.h | 211 uint32_t NVOffset, int32_t VBPtrOffset, 218 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 123 CXXCtorType CT, uint32_t Size, uint32_t NVOffset, 131 uint32_t NVOffset, int32_t VBPtrOffset, 538 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local 549 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer() 571 mangleNumber(NVOffset); in mangleMemberFunctionPointer() 2385 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument 2409 if (NVOffset) { in mangleCXXCatchableType() 2410 Mangler.getStream() << NVOffset; in mangleCXXCatchableType() 2413 Mangler.getStream() << NVOffset; in mangleCXXCatchableType() 2420 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument [all …]
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 656 uint32_t NVOffset = 0, 3444 uint32_t NVOffset, in getCatchableType() argument 3461 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset, in getCatchableType() 3511 llvm::ConstantInt::get(CGM.IntTy, NVOffset), // NonVirtualAdjustment in getCatchableType()
|