Home
last modified time | relevance | path

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

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