Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DThunk.h33 union VirtualAdjustment { union
51 VirtualAdjustment() { memset(this, 0, sizeof(*this)); } in VirtualAdjustment() function
53 bool Equals(const VirtualAdjustment &Other) const { in Equals()
58 VirtualAdjustment Zero; in isEmpty()
62 bool Less(const VirtualAdjustment &RHS) const { in Less()
98 union VirtualAdjustment { union
118 VirtualAdjustment() { memset(this, 0, sizeof(*this)); } in VirtualAdjustment() function
120 bool Equals(const VirtualAdjustment &Other) const { in Equals()
125 VirtualAdjustment Zero; in isEmpty()
129 bool Less(const VirtualAdjustment &RHS) const { in Less()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2071 int64_t VirtualAdjustment, in performTypeAdjustment() argument
2073 if (!NonVirtualAdjustment && !VirtualAdjustment) in performTypeAdjustment()
2086 if (VirtualAdjustment) { in performTypeAdjustment()
2092 CGF.Int8Ty, VTablePtr, VirtualAdjustment); in performTypeAdjustment()