/external/llvm-project/lld/MachO/ |
D | UnwindInfoSection.cpp | 108 return a->functionAddress < b->functionAddress; in finalize() 171 cuEntryKey.functionAddress = (*pageBegin)->functionAddress + in finalize() 176 return a->functionAddress < b->functionAddress; in finalize() 229 iep->functionOffset = (*pageBounds[i])->functionAddress; in writeTo() 241 iep->functionOffset = cuEnd.functionAddress + cuEnd.functionLength; in writeTo() 274 uintptr_t functionAddressBase = (*cuPtrVectorIt)->functionAddress; in writeTo() 279 (cuep->functionAddress - functionAddressBase)); in writeTo()
|
D | UnwindInfoSection.h | 22 uint64_t functionAddress; member 31 uint32_t functionAddress; member
|
/external/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
D | ABISysV_hexagon.h | 23 lldb::addr_t functionAddress, 30 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
|
/external/llvm-project/lldb/source/Plugins/ABI/ARC/ |
D | ABISysV_arc.h | 26 lldb::addr_t functionAddress, 33 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangFunctionCaller.cpp | 50 const Address &functionAddress, in ClangFunctionCaller() argument 53 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ABI.h | 45 lldb::addr_t functionAddress, 60 lldb::addr_t functionAddress,
|
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
D | ABIMacOSX_arm64.h | 23 lldb::addr_t functionAddress,
|
D | ABISysV_arm64.h | 22 lldb::addr_t functionAddress,
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIWindows_x86_64.h | 21 lldb::addr_t functionAddress,
|
D | ABISysV_x86_64.h | 21 lldb::addr_t functionAddress,
|
D | ABISysV_i386.h | 24 lldb::addr_t functionAddress,
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc.h | 22 lldb::addr_t functionAddress,
|
D | ABISysV_ppc64.h | 22 lldb::addr_t functionAddress,
|
/external/llvm-project/lldb/source/Plugins/ABI/Mips/ |
D | ABISysV_mips.h | 22 lldb::addr_t functionAddress,
|
D | ABISysV_mips64.h | 22 lldb::addr_t functionAddress,
|
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
D | ABISysV_s390x.h | 22 lldb::addr_t functionAddress,
|
/external/llvm-project/lldb/source/Expression/ |
D | FunctionCaller.cpp | 37 const Address &functionAddress, in FunctionCaller() argument 42 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()
|
/external/llvm-project/lldb/source/Target/ |
D | ABI.cpp | 168 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
|
/external/llvm-project/libunwind/src/ |
D | UnwindCursor.hpp | 1300 typename A::pint_t operator*() const { return functionAddress(); } in operator *() 1302 typename A::pint_t functionAddress() const { in functionAddress() function 1359 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection() 1364 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()
|