| /llvm-project-15.0.7/lld/MachO/ |
| H A D | UnwindInfoSection.cpp | 102 uint32_t functionAddress; member 119 functionAddress = offsetof(Layout<Ptr>, functionAddress); in init() 127 Ptr functionAddress; member 137 uint64_t functionAddress; member 357 cu.functionAddress = d->getVA(); in relocateCompactUnwind() 470 return cuEntries[a].functionAddress < cuEntries[b].functionAddress; in finalize() 569 if (cuPtr->functionAddress >= functionAddressMax) { in finalize() 679 lep->functionOffset = cu.functionAddress - in.header->addr; in writeTo() 688 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo() 707 (cue.functionAddress - functionAddressBase); in writeTo() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.h | 23 lldb::addr_t functionAddress, 30 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.h | 26 lldb::addr_t functionAddress, 33 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 51 const Address &functionAddress, in ClangFunctionCaller() argument 54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ABI.h | 46 lldb::addr_t functionAddress, 61 lldb::addr_t functionAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.h | 24 lldb::addr_t functionAddress,
|
| H A D | ABISysV_x86_64.h | 21 lldb::addr_t functionAddress,
|
| H A D | ABIWindows_x86_64.h | 21 lldb::addr_t functionAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.h | 23 lldb::addr_t functionAddress,
|
| H A D | ABISysV_arm64.h | 22 lldb::addr_t functionAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.h | 22 lldb::addr_t functionAddress,
|
| H A D | ABISysV_ppc.h | 22 lldb::addr_t functionAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.h | 22 lldb::addr_t functionAddress,
|
| H A D | ABISysV_mips.h | 22 lldb::addr_t functionAddress,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.h | 22 lldb::addr_t functionAddress,
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 38 const Address &functionAddress, in FunctionCaller() argument 43 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ABI.cpp | 171 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | UnwindCursor.hpp | 1411 typename A::pint_t operator*() const { return functionAddress(); } in operator *() 1413 typename A::pint_t functionAddress() const { in functionAddress() function 1470 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection() 1475 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()
|