/external/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
D | ArchitectureArm.h | 27 lldb::addr_t GetCallableLoadAddress(lldb::addr_t load_addr,
|
D | ArchitectureArm.cpp | 131 addr_t ArchitectureArm::GetCallableLoadAddress(addr_t code_addr, in GetCallableLoadAddress() function in ArchitectureArm
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Architecture.h | 70 virtual lldb::addr_t GetCallableLoadAddress(
|
D | Address.h | 279 lldb::addr_t GetCallableLoadAddress(Target *target,
|
/external/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
D | ArchitectureMips.h | 31 lldb::addr_t GetCallableLoadAddress(lldb::addr_t load_addr,
|
D | ArchitectureMips.cpp | 48 addr_t ArchitectureMips::GetCallableLoadAddress(addr_t code_addr, in GetCallableLoadAddress() function in ArchitectureMips
|
/external/llvm-project/lldb/source/Core/ |
D | Address.cpp | 335 addr_t Address::GetCallableLoadAddress(Target *target, bool is_indirect) const { in GetCallableLoadAddress() function in Address 354 return target->GetCallableLoadAddress(code_addr, GetAddressClass()); in GetCallableLoadAddress() 361 m_offset = target->GetCallableLoadAddress(m_offset, GetAddressClass()); in SetCallableLoadAddress() 467 load_addr = GetCallableLoadAddress(target); in Dump()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
D | CPPLanguageRuntime.cpp | 76 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in line_entry_helper()
|
/external/llvm-project/lldb/source/Expression/ |
D | FunctionCaller.cpp | 167 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()
|
/external/llvm-project/lldb/source/Target/ |
D | RegisterContext.cpp | 157 lldb::addr_t callAddr = addr.GetCallableLoadAddress(target); in SetPC()
|
D | Target.cpp | 2500 lldb::addr_t Target::GetCallableLoadAddress(lldb::addr_t load_addr, in GetCallableLoadAddress() function in Target 2504 ? arch_plugin->GetCallableLoadAddress(load_addr, addr_class) in GetCallableLoadAddress()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionDeclMap.cpp | 528 symbol_load_addr = sym_address.GetCallableLoadAddress(&target); in GetSymbolAddress() 532 symbol_load_addr = sym_address.GetCallableLoadAddress(&target, true); in GetSymbolAddress() 1847 fun_address.GetCallableLoadAddress(target, is_indirect_function); in AddOneFunction()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
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()
|
D | ABISysV_arm.cpp | 1392 return_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall() 1405 function_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Symbol.cpp | 530 func_so_addr.GetCallableLoadAddress(&target, is_indirect); in ResolveCallableAddress()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 795 lldb::addr_t GetCallableLoadAddress(
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 1626 lldb::addr_t callAddr = dest.GetCallableLoadAddress(target); in DoExecute()
|