Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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, in GetCallableLoadAddress() function in ArchitectureArm
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DArchitecture.h71 virtual lldb::addr_t GetCallableLoadAddress(
H A DAddress.h292 lldb::addr_t GetCallableLoadAddress(Target *target,
/openbsd-src/gnu/llvm/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, in GetCallableLoadAddress() function in ArchitectureMips
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddress.cpp336 addr_t Address::GetCallableLoadAddress(Target *target, bool is_indirect) const { in GetCallableLoadAddress() function in Address
355 return target->GetCallableLoadAddress(code_addr, GetAddressClass()); in GetCallableLoadAddress()
362 m_offset = target->GetCallableLoadAddress(m_offset, GetAddressClass()); in SetCallableLoadAddress()
482 load_addr = GetCallableLoadAddress(target); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp76 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target), in line_entry_helper()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp183 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp145 lldb::addr_t callAddr = addr.GetCallableLoadAddress(target); in SetPC()
H A DTarget.cpp2694 lldb::addr_t Target::GetCallableLoadAddress(lldb::addr_t load_addr, in GetCallableLoadAddress() function in Target
2698 ? arch_plugin->GetCallableLoadAddress(load_addr, addr_class) in GetCallableLoadAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1282 return_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
1291 function_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
H A DABISysV_arm.cpp1288 return_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
1301 function_addr = so_addr.GetCallableLoadAddress(target_sp.get()); in PrepareTrivialCall()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp552 symbol_load_addr = sym_address.GetCallableLoadAddress(&target); in GetSymbolAddress()
556 symbol_load_addr = sym_address.GetCallableLoadAddress(&target, true); in GetSymbolAddress()
1936 fun_address.GetCallableLoadAddress(target, is_indirect_function); in AddOneFunction()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp531 func_so_addr.GetCallableLoadAddress(&target, is_indirect); in ResolveCallableAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h830 lldb::addr_t GetCallableLoadAddress(
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1677 lldb::addr_t callAddr = dest.GetCallableLoadAddress(target); in DoExecute()