Home
last modified time | relevance | path

Searched refs:functionAddress (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h24 lldb::addr_t functionAddress,
31 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h46 lldb::addr_t functionAddress,
61 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp51 const Address &functionAddress, in ClangFunctionCaller() argument
54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h24 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp38 const Address &functionAddress, in FunctionCaller() argument
43 m_function_ptr(NULL), m_function_addr(functionAddress), in FunctionCaller()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.h25 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.h23 lldb::addr_t functionAddress,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp185 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1264 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
1266 typename A::pint_t functionAddress() const { in functionAddress() function
1300 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
1306 : itNextPC.functionAddress(); in getInfoFromEHABISection()