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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.h38 FORWARD_SYMBOL_METHOD(getThisAdjust)
H A DIPDBRawSymbol.h161 virtual int32_t getThisAdjust() const = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h45 int32_t getThisAdjust() const override;
H A DNativeRawSymbol.h139 int32_t getThisAdjust() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp124 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent);
169 int32_t NativeTypeFunctionSig::getThisAdjust() const { function in class:NativeTypeFunctionSig
H A DNativeRawSymbol.cpp371 int32_t NativeRawSymbol::getThisAdjust() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h134 int32_t getThisAdjust() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp898 int32_t DIARawSymbol::getThisAdjust() const { function in class:DIARawSymbol

Completed in 228 milliseconds