Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1218 llvm::Value *Int8This = nullptr; // Initialize lazily. in initializeHiddenVirtualInheritanceMembers() local
1237 if (!Int8This) in initializeHiddenVirtualInheritanceMembers()
1238 Int8This = Builder.CreateBitCast(getThisValue(CGF), in initializeHiddenVirtualInheritanceMembers()
1241 Builder.CreateInBoundsGEP(CGF.Int8Ty, Int8This, VBaseOffset); in initializeHiddenVirtualInheritanceMembers()