Searched refs:GetCallableLoadAddress (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h26 lldb::addr_t GetCallableLoadAddress(lldb::addr_t load_addr,
H A DArchitectureArm.cpp124 addr_t ArchitectureArm::GetCallableLoadAddress(addr_t code_addr, function in class:ArchitectureArm
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h30 lldb::addr_t GetCallableLoadAddress(lldb::addr_t load_addr,
H A DArchitectureMips.cpp42 addr_t ArchitectureMips::GetCallableLoadAddress(addr_t code_addr, function in class:ArchitectureMips
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h72 virtual lldb::addr_t GetCallableLoadAddress( function in class:lldb_private::Architecture
H A DAddress.h302 lldb::addr_t GetCallableLoadAddress(Target *target,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp79 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target),
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp338 addr_t Address::GetCallableLoadAddress(Target *target, bool is_indirect) const { function in class:Address
357 return target->GetCallableLoadAddress(code_addr, GetAddressClass());
364 m_offset = target->GetCallableLoadAddress(m_offset, GetAddressClass());
485 load_addr = GetCallableLoadAddress(target);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp183 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr()));
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp151 lldb::addr_t callAddr = addr.GetCallableLoadAddress(target);
H A DTarget.cpp2808 lldb::addr_t Target::GetCallableLoadAddress(lldb::addr_t load_addr, function in class:Target
2812 ? arch_plugin->GetCallableLoadAddress(load_addr, addr_class)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp547 symbol_load_addr = sym_address.GetCallableLoadAddress(&target);
551 symbol_load_addr = sym_address.GetCallableLoadAddress(&target, true);
1924 fun_address.GetCallableLoadAddress(target, is_indirect_function);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1390 // Address::GetCallableLoadAddress(Target*) which will figure out the ARM
1393 return_addr = so_addr.GetCallableLoadAddress(target_sp.get());
1406 function_addr = so_addr.GetCallableLoadAddress(target_sp.get());
H A DABIMacOSX_arm.cpp1383 // Address::GetCallableLoadAddress(Target*) which will figure out the ARM
1386 return_addr = so_addr.GetCallableLoadAddress(target_sp.get());
1395 function_addr = so_addr.GetCallableLoadAddress(target_sp.get());
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp583 func_so_addr.GetCallableLoadAddress(&target, is_indirect);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h854 lldb::addr_t GetCallableLoadAddress(
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1740 lldb::addr_t callAddr = dest.GetCallableLoadAddress(target);

Completed in 158 milliseconds