Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1260 llvm::Value *Int8This = nullptr; // Initialize lazily. in initializeHiddenVirtualInheritanceMembers() local
1279 if (!Int8This) in initializeHiddenVirtualInheritanceMembers()
1280 Int8This = getThisValue(CGF); in initializeHiddenVirtualInheritanceMembers()
1283 Builder.CreateInBoundsGEP(CGF.Int8Ty, Int8This, VBaseOffset); in initializeHiddenVirtualInheritanceMembers()