Searched defs:VBIndex (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 49 uint32_t VBIndex; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 2212 unsigned VBIndex = Context.getVBTableIndex(ObjectWithVPtr, VBase); emitVBTableDefinition() local 3415 llvm::Value *VBIndex = Builder.CreateExactUDiv( EmitNonNullMemberPointerConversion() local 4188 getCatchableType(QualType T,uint32_t NVOffset,int32_t VBPtrOffset,uint32_t VBIndex) getCatchableType() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3104 unsigned VBIndex = in AddMethods() local 3780 uint64_t VBIndex = I.first.VBTableIndex; in dumpMethodLocations() local [all...] |
H A D | MicrosoftMangle.cpp | 3928 mangleCXXCatchableType(QualType T,const CXXConstructorDecl * CD,CXXCtorType CT,uint32_t Size,uint32_t NVOffset,int32_t VBPtrOffset,uint32_t VBIndex,raw_ostream & Out) mangleCXXCatchableType() argument
|