Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h34 union VirtualAdjustment { union
52 VirtualAdjustment() { memset(this, 0, sizeof(*this)); } in VirtualAdjustment() function
54 bool Equals(const VirtualAdjustment &Other) const { in Equals()
59 VirtualAdjustment Zero; in isEmpty()
63 bool Less(const VirtualAdjustment &RHS) const { in Less()
99 union VirtualAdjustment { union
119 VirtualAdjustment() { memset(this, 0, sizeof(*this)); } in VirtualAdjustment() function
121 bool Equals(const VirtualAdjustment &Other) const { in Equals()
126 VirtualAdjustment Zero; in isEmpty()
130 bool Less(const VirtualAdjustment &RHS) const { in Less()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2338 int64_t VirtualAdjustment, in performTypeAdjustment() argument
2340 if (!NonVirtualAdjustment && !VirtualAdjustment) in performTypeAdjustment()
2353 if (VirtualAdjustment) { in performTypeAdjustment()
2359 CGF.Int8Ty, VTablePtr, VirtualAdjustment); in performTypeAdjustment()