Searched defs:VBPtrOffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h91 CharUnits VBPtrOffset; member in struct:clang::ASTRecordLayout::CXXRecordLayoutInfo
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h57 uint32_t VBPtrOffset; member in struct:clang::ReturnAdjustment::VirtualAdjustment::__anon2971
125 int32_t VBPtrOffset; member in struct:clang::ThisAdjustment::VirtualAdjustment::__anon2973
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftVBTables.cpp201 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset(); local
H A DCGRecordLayoutBuilder.cpp701 CharUnits VBPtrOffset = Layout.getVBPtrOffset(); local
H A DMicrosoftCXXABI.cpp412 CharUnits VBPtrOffset = RDLayout.getVBPtrOffset(); local
430 llvm::Value *VBPtrOffset = llvm::ConstantInt::get(CGM.PtrDiffTy, VBPtrChars); local
279 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, llvm::Value *Base, int32_t VBPtrOffset, int32_t VBTableOffset, llvm::Value **VBPtr = 0) argument
1588 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, llvm::Value *This, llvm::Value *VBPtrOffset, llvm::Value *VBTableOffset, llvm::Value **VBPtrOut) argument
1611 AdjustVirtualBase(CodeGenFunction &CGF, const CXXRecordDecl *RD, llvm::Value *Base, llvm::Value *VBTableOffset, llvm::Value *VBPtrOffset) argument
1679 llvm::Value *VBPtrOffset = 0; local
1760 llvm::Value *VBPtrOffset = 0; local
1843 llvm::Constant *VBPtrOffset = 0; local
1911 llvm::Value *VBPtrOffset = NULL; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2130 CharUnits VBPtrOffset; member in struct:__anon3150::MicrosoftRecordLayoutBuilder

Completed in 160 milliseconds