Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DABI.h36 lldb::addr_t functionAddress,
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.h35 lldb::addr_t functionAddress,
/external/lldb/source/Expression/
DClangFunction.cpp55 const Address& functionAddress, in ClangFunction() argument
59 m_function_addr (functionAddress), in ClangFunction()
/external/libunwind_llvm/src/
DUnwindCursor.hpp680 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
682 typename A::pint_t functionAddress() const { in functionAddress() function
714 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
715 pint_t nextPC = itNextPC.functionAddress(); in getInfoFromEHABISection()