Home
last modified time | relevance | path

Searched refs:getThisPointerAdjustment (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp56 Builder.writeInt32(Record.getThisPointerAdjustment()); in writeMemberFunction()
DTypeDumper.cpp358 W->printNumber("ThisAdjustment", MF.getThisPointerAdjustment()); in visitMemberFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp332 W->printNumber("ThisAdjustment", MF.getThisPointerAdjustment()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h194 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h209 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment() function