Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp102 DO(Ptr, functionAddress) \
114 uint64_t functionAddress; member
354 cu.functionAddress = d->getVA(); in relocateCompactUnwind()
475 return cuEntries[a].functionAddress < cuEntries[b].functionAddress; in finalize()
479 cueEndBoundary = cuEntries[cuIndices.back()].functionAddress + in finalize()
569 cuEntries[idx].functionAddress + COMPRESSED_ENTRY_FUNC_OFFSET_MASK; in finalize()
578 if (cuPtr->functionAddress >= functionAddressMax) in finalize()
666 iep->functionOffset = cuEntries[idx].functionAddress - in.header->addr; in writeTo()
691 lep->functionOffset = cu.functionAddress - in.header->addr; in writeTo()
700 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo()
[all …]
/freebsd/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/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/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h46 lldb::addr_t functionAddress,
61 lldb::addr_t functionAddress,
/freebsd/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/contrib/llvm-project/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,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.h23 lldb::addr_t functionAddress,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.h22 lldb::addr_t functionAddress,
H A DABISysV_ppc64.h22 lldb::addr_t functionAddress,
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h22 lldb::addr_t functionAddress,
/freebsd/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/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp204 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1444 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
1446 typename A::pint_t functionAddress() const { in functionAddress() function
1503 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
1508 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()