Searched refs:NVOffset (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Mangle.h | 271 uint32_t NVOffset, int32_t VBPtrOffset, 275 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 183 CXXCtorType CT, uint32_t Size, uint32_t NVOffset, 190 uint32_t NVOffset, int32_t VBPtrOffset, 791 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local 812 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer() 824 NVOffset -= getASTContext().getOffsetOfBaseWithVBPtr(RD).getQuantity(); in mangleMemberFunctionPointer() 837 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer() 3929 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument 3962 if (NVOffset) { in mangleCXXCatchableType() 3963 Mangler.getStream() << NVOffset; in mangleCXXCatchableType() 3966 Mangler.getStream() << NVOffset; in mangleCXXCatchableType() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 569 uint32_t NVOffset = 0; member
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 635 OB << NVOffset << ", " << VBPtrOffset << ", " << VBTableOffset << ", " in output()
|
H A D | MicrosoftDemangle.cpp | 407 RBCDN->NVOffset = demangleUnsigned(MangledName); in demangleRttiBaseClassDescriptorNode()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 796 uint32_t NVOffset = 0, 4186 uint32_t NVOffset, in getCatchableType() argument 4203 getMangleContext().mangleCXXCatchableType(T, CD, CT, Size, NVOffset, in getCatchableType() 4251 llvm::ConstantInt::get(CGM.IntTy, NVOffset), // NonVirtualAdjustment in getCatchableType()
|