Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp102 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 DABISysV_hexagon.h23 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 DABISysV_arc.h26 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 DClangFunctionCaller.cpp51 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 DABI.h46 lldb::addr_t functionAddress,
61 lldb::addr_t functionAddress,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.h24 lldb::addr_t functionAddress,
H A DABISysV_x86_64.h21 lldb::addr_t functionAddress,
H A DABIWindows_x86_64.h21 lldb::addr_t functionAddress,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h23 lldb::addr_t functionAddress,
H A DABISysV_arm64.h22 lldb::addr_t functionAddress,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.h22 lldb::addr_t functionAddress,
H A DABISysV_ppc.h22 lldb::addr_t functionAddress,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.h22 lldb::addr_t functionAddress,
H A DABISysV_mips.h22 lldb::addr_t functionAddress,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h22 lldb::addr_t functionAddress,
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp38 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 DABI.cpp171 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1411 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()