/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
H A D | ArchitectureArm.h | 26 lldb::addr_t GetCallableLoadAddress(lldb::addr_t load_addr,
|
H A D | ArchitectureArm.cpp | 124 addr_t ArchitectureArm::GetCallableLoadAddress(addr_t code_addr, in GetCallableLoadAddress() function in ArchitectureArm
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Architecture.h | 72 virtual lldb::addr_t GetCallableLoadAddress(
|
H A D | Address.h | 302 lldb::addr_t GetCallableLoadAddress(Target *target,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
H A D | ArchitectureMips.h | 30 lldb::addr_t GetCallableLoadAddress(lldb::addr_t load_addr,
|
H A D | ArchitectureMips.cpp | 42 addr_t ArchitectureMips::GetCallableLoadAddress(addr_t code_addr, in GetCallableLoadAddress() function in ArchitectureMips
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 338 addr_t Address::GetCallableLoadAddress(Target *target, bool is_indirect) const { in GetCallableLoadAddress() function in Address 357 return target->GetCallableLoadAddress(code_addr, GetAddressClass()); in GetCallableLoadAddress() 364 m_offset = target->GetCallableLoadAddress(m_offset, GetAddressClass()); in SetCallableLoadAddress() 485 load_addr = GetCallableLoadAddress(target); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 80 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in line_entry_helper()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 181 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 151 lldb::addr_t callAddr = addr.GetCallableLoadAddress(target);
|
H A D | Target.cpp | 2796 lldb::addr_t Target::GetCallableLoadAddress(lldb::addr_t load_addr, in GetCallableLoadAddress() function in Target 2800 ? arch_plugin->GetCallableLoadAddress(load_addr, addr_class) in GetCallableLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 546 symbol_load_addr = sym_address.GetCallableLoadAddress(&target); in GetSymbolAddress() 550 symbol_load_addr = sym_address.GetCallableLoadAddress(&target, true); in GetSymbolAddress() 1919 fun_address.GetCallableLoadAddress(target, is_indirect_function); in AddOneFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1386 return_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall() 1395 function_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
|
H A D | ABISysV_arm.cpp | 1393 return_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall() 1406 function_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symbol.cpp | 579 func_so_addr.GetCallableLoadAddress(&target, is_indirect); in ResolveCallableAddress()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 865 lldb::addr_t GetCallableLoadAddress(
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 1696 lldb::addr_t callAddr = dest.GetCallableLoadAddress(target); in DoExecute()
|