class AbiX64
Defined at line 15 of file ../../src/developer/debug/zxdb/expr/abi_x64.h
Public Methods
debug::RegisterID GetReturnRegisterForMachineInt ()
Defined at line 19 of file ../../src/developer/debug/zxdb/expr/abi_x64.h
bool IsRegisterCalleeSaved (debug::RegisterID reg)
Abi implementation.
Defined at line 219 of file ../../src/developer/debug/zxdb/expr/abi_x64.cc
std::optional<debug::RegisterID> GetReturnRegisterForBaseType (const BaseType * base_type)
Defined at line 239 of file ../../src/developer/debug/zxdb/expr/abi_x64.cc
std::optional<CollectionReturn> GetCollectionReturnByRefLocation (const Collection * collection)
Defined at line 267 of file ../../src/developer/debug/zxdb/expr/abi_x64.cc
std::optional<CollectionByValueReturn> GetCollectionReturnByValueLocation (const fxl::RefPtr<EvalContext> & eval_context, const Collection * collection)
Defined at line 276 of file ../../src/developer/debug/zxdb/expr/abi_x64.cc
std::optional<std::vector<debug::RegisterID>> GetFunctionParameterRegisters ()
Defined at line 294 of file ../../src/developer/debug/zxdb/expr/abi_x64.cc