Searched defs:ThisAdjustment (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 92 struct ThisAdjustment { struct 95 int64_t NonVirtual = 0; 99 union VirtualAdjustment { 135 ThisAdjustment() = default; argument 139 friend bool operator==(const ThisAdjustment &LHS, const ThisAdjustment &RHS) { argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 1143 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local 1565 ThisAdjustment ThisAdjustment = in AddMethods() local
|
H A D | ItaniumMangle.cpp | 7165 auto &ThisAdjustment = Thunk.This; in mangleCXXDtorThunk() local
|
H A D | ASTContext.cpp | 2593 CharUnits ThisAdjustment = CharUnits::Zero(); in getMemberPointerPathAdjustment() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1024 int ThisAdjustment, DIFlags Flags, DISPFlags SPFlags, in DISubprogram() 1127 int ThisAdjustment, DIFlags Flags, DISPFlags SPFlags, Metadata *Unit, in getImpl()
|
H A D | DIBuilder.cpp | 892 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 1131 CharUnits ThisAdjustment) { in BuildMemberPointer() 1223 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
|
H A D | CGDebugInfo.cpp | 2052 int ThisAdjustment = 0; in CreateCXXMemberFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2080 lowerTypeMemberFunction(const DISubroutineType * Ty,const DIType * ClassTy,int ThisAdjustment,bool IsStaticMethod,FunctionOptions FO) lowerTypeMemberFunction() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1684 int ThisAdjustment; variable
|