Home
last modified time | relevance | path

Searched refs:getThisAdjust (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolTypeFunctionSig.h38 FORWARD_SYMBOL_METHOD(getThisAdjust)
HDIPDBRawSymbol.h161 virtual int32_t getThisAdjust() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeFunctionSig.cpp124 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent); in dump()
169 int32_t NativeTypeFunctionSig::getThisAdjust() const { in getThisAdjust() function in NativeTypeFunctionSig
HDNativeRawSymbol.cpp371 int32_t NativeRawSymbol::getThisAdjust() const { in getThisAdjust() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypeFunctionSig.h45 int32_t getThisAdjust() const override;
HDNativeRawSymbol.h139 int32_t getThisAdjust() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h134 int32_t getThisAdjust() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp898 int32_t DIARawSymbol::getThisAdjust() const { in getThisAdjust() function in DIARawSymbol