Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp114 uint64_t functionAddress; member
342 cu.functionAddress = d->getVA(); in relocateCompactUnwind()
462 return cuEntries[a].functionAddress < cuEntries[b].functionAddress; in finalize()
466 cueEndBoundary = cuEntries[cuIndices.back()].functionAddress + in finalize()
556 cuEntries[idx].functionAddress + COMPRESSED_ENTRY_FUNC_OFFSET_MASK; in finalize()
565 if (cuPtr->functionAddress >= functionAddressMax) in finalize()
653 iep->functionOffset = cuEntries[idx].functionAddress - in.header->addr; in writeTo()
678 lep->functionOffset = cu.functionAddress - in.header->addr; in writeTo()
687 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo()
706 (cue.functionAddress - functionAddressBase); in writeTo()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h23 lldb::addr_t functionAddress,
30 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h26 lldb::addr_t functionAddress,
33 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h28 lldb::addr_t functionAddress,
35 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
/freebsd-14.2/contrib/llvm-project/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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h46 lldb::addr_t functionAddress,
61 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h23 lldb::addr_t functionAddress,
H A DABISysV_arm64.h22 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.h24 lldb::addr_t functionAddress,
H A DABIWindows_x86_64.h21 lldb::addr_t functionAddress,
H A DABISysV_x86_64.h21 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.h23 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.h22 lldb::addr_t functionAddress,
H A DABISysV_ppc.h22 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h22 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.h22 lldb::addr_t functionAddress,
H A DABISysV_mips64.h22 lldb::addr_t functionAddress,
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp38 const Address &functionAddress, in FunctionCaller() argument
43 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp171 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1445 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
1447 typename A::pint_t functionAddress() const { in functionAddress() function
1504 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
1509 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()