Searched defs:ThisAdjustment (Results 1 – 15 of 15) sorted by relevance
/external/clang/include/clang/Basic/ |
D | ABI.h | 108 struct ThisAdjustment { struct 111 int64_t NonVirtual; 115 union VirtualAdjustment { 153 ThisAdjustment() : NonVirtual(0) { } in ThisAdjustment() argument 157 friend bool operator==(const ThisAdjustment &LHS, argument
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 287 CharUnits ThisAdjustment = CharUnits::Zero(); in getMemberPointerPathAdjustment() local
|
D | ItaniumCXXABI.cpp | 785 CharUnits ThisAdjustment) { in BuildMemberPointer() 850 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
|
D | CGDebugInfo.cpp | 1243 int ThisAdjustment = 0; in CreateCXXMemberFunction() local
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 415 int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, in getImpl()
|
D | DIBuilder.cpp | 663 unsigned VIndex, int ThisAdjustment, in createMethod()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 1140 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local 1534 ThisAdjustment ThisAdjustment = in AddMethods() local
|
D | ItaniumMangle.cpp | 4532 const ThisAdjustment &ThisAdjustment, raw_ostream &Out) { in mangleCXXDtorThunk()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 504 int ThisAdjustment, DIFlags Flags, bool IsOptimized, Metadata *Unit, in getImpl()
|
D | DIBuilder.cpp | 788 bool isDefinition, unsigned VK, unsigned VIndex, int ThisAdjustment, in createMethod()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1302 int ThisAdjustment) { in lowerTypeMemberFunction()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 220 little32_t ThisAdjustment; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1712 int ThisAdjustment, in lowerTypeMemberFunction()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1425 int ThisAdjustment = -3; in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1592 int ThisAdjustment = -3; in TEST_F() local
|