Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1143 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local
1565 ThisAdjustment ThisAdjustmen in AddMethods() local
[all...]
H A DItaniumMangle.cpp7157 auto &ThisAdjustment = Thunk.This; mangleCXXDtorThunk() local
H A DASTContext.cpp2592 CharUnits ThisAdjustment = CharUnits::Zero(); getMemberPointerPathAdjustment() local
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1024 DISubprogram(LLVMContext & C,StorageType Storage,unsigned Line,unsigned ScopeLine,unsigned VirtualIndex,int ThisAdjustment,DIFlags Flags,DISPFlags SPFlags,ArrayRef<Metadata * > Ops) DISubprogram() argument
1127 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,unsigned ScopeLine,Metadata * ContainingType,unsigned VirtualIndex,int ThisAdjustment,DIFlags Flags,DISPFlags SPFlags,Metadata * Unit,Metadata * TemplateParams,Metadata * Declaration,Metadata * RetainedNodes,Metadata * ThrownTypes,Metadata * Annotations,MDString * TargetFuncName,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDIBuilder.cpp892 createMethod(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * F,unsigned LineNo,DISubroutineType * Ty,unsigned VIndex,int ThisAdjustment,DIType * VTableHolder,DINode::DIFlags Flags,DISubprogram::DISPFlags SPFlags,DITemplateParameterArray TParams,DITypeArray ThrownTypes) createMethod() argument
/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1012 BuildMemberPointer(const CXXMethodDecl * MD,CharUnits ThisAdjustment) BuildMemberPointer() argument
1081 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); EmitMemberPointer() local
H A DCGDebugInfo.cpp2052 int ThisAdjustment = 0; CreateCXXMemberFunction() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2098 lowerTypeMemberFunction(const DISubroutineType * Ty,const DIType * ClassTy,int ThisAdjustment,bool IsStaticMethod,FunctionOptions FO) lowerTypeMemberFunction() argument
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1684 int ThisAdjustment; global() variable
[all...]
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2542 int ThisAdjustment = -3; TEST_F() local
[all...]