Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeFunctionSig.cpp170 return IsMemberFunction ? MemberFunc.getThisPointerAdjustment() : 0; in getThisAdjust()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp332 W->printNumber("ThisAdjustment", MF.getThisPointerAdjustment()); in visitKnownRecord()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h193 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment() function
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp2215 W.printNumber("ThisAdjustment", MF.getThisPointerAdjustment()); in visitKnownRecord()