Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp170 return IsMemberFunction ? MemberFunc.getThisPointerAdjustment() : 0; in getThisAdjust()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp332 W->printNumber("ThisAdjustment", MF.getThisPointerAdjustment()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h193 int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; } in getThisPointerAdjustment() function