Home
last modified time | relevance | path

Searched defs:ThisAdjustment (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h92 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 DVTableBuilder.cpp1143 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local
1565 ThisAdjustment ThisAdjustment = in AddMethods() local
H A DItaniumMangle.cpp7165 auto &ThisAdjustment = Thunk.This; in mangleCXXDtorThunk() local
H A DASTContext.cpp2593 CharUnits ThisAdjustment = CharUnits::Zero(); in getMemberPointerPathAdjustment() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1024 int ThisAdjustment, DIFlags Flags, DISPFlags SPFlags, in DISubprogram()
1127 int ThisAdjustment, DIFlags Flags, DISPFlags SPFlags, Metadata *Unit, in getImpl()
H A DDIBuilder.cpp892 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1131 CharUnits ThisAdjustment) { in BuildMemberPointer()
1223 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
H A DCGDebugInfo.cpp2052 int ThisAdjustment = 0; in CreateCXXMemberFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2080 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 DDebugInfoMetadata.h1684 int ThisAdjustment; variable