Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp94 uint32_t functionAddress; member
111 functionAddress = offsetof(Layout<Ptr>, functionAddress); in init()
119 Ptr functionAddress; member
129 uint64_t functionAddress; member
357 cu.functionAddress = d->getVA(); in relocateCompactUnwind()
466 return cuEntries[a].functionAddress < cuEntries[b].functionAddress; in finalize()
470 cueEndBoundary = cuEntries[cuIndices.back()].functionAddress + in finalize()
560 cuEntries[idx].functionAddress + COMPRESSED_ENTRY_FUNC_OFFSET_MASK; in finalize()
569 if (cuPtr->functionAddress >= functionAddressMax) { in finalize()
657 iep->functionOffset = cuEntries[idx].functionAddress - in.header->addr; in writeTo()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h23 lldb::addr_t functionAddress,
30 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h26 lldb::addr_t functionAddress,
33 lldb::addr_t functionAddress, lldb::addr_t returnAddress,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h46 lldb::addr_t functionAddress,
61 lldb::addr_t functionAddress,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h23 lldb::addr_t functionAddress,
H A DABISysV_arm64.h22 lldb::addr_t functionAddress,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.h22 lldb::addr_t functionAddress,
H A DABISysV_ppc64.h22 lldb::addr_t functionAddress,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h22 lldb::addr_t functionAddress,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.h22 lldb::addr_t functionAddress,
H A DABISysV_mips64.h22 lldb::addr_t functionAddress,
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp38 const Address &functionAddress, in FunctionCaller() argument
43 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp171 lldb::addr_t functionAddress, in PrepareTrivialCall() argument
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1427 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
1429 typename A::pint_t functionAddress() const { in functionAddress() function
1486 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
1491 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()