Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DThunk.h91 struct ThisAdjustment { struct
94 int64_t NonVirtual;
98 union VirtualAdjustment {
134 ThisAdjustment() : NonVirtual(0) {} in ThisAdjustment() argument
138 friend bool operator==(const ThisAdjustment &LHS, const ThisAdjustment &RHS) { argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1811 int ThisAdjustment; variable
1857 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment, in DISubprogram()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1137 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local
1528 ThisAdjustment ThisAdjustment = in AddMethods() local
H A DItaniumMangle.cpp6217 const ThisAdjustment &ThisAdjustment, raw_ostream &Out) { in mangleCXXDtorThunk()
H A DASTContext.cpp2529 CharUnits ThisAdjustment = CharUnits::Zero(); in getMemberPointerPathAdjustment() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1026 CharUnits ThisAdjustment) { in BuildMemberPointer()
1095 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
H A DCGDebugInfo.cpp1703 int ThisAdjustment = 0; in CreateCXXMemberFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp846 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod()
H A DDebugInfoMetadata.cpp863 int ThisAdjustment, DIFlags Flags, DISPFlags SPFlags, Metadata *Unit, in getImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1939 int ThisAdjustment, in lowerTypeMemberFunction()