| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBAddress.cpp | 56 SetLoadAddress (load_addr, target); in SBAddress() 147 SBAddress::SetLoadAddress (lldb::addr_t load_addr, lldb::SBTarget &target) in SetLoadAddress() function in SBAddress
|
| HD | SBModule.cpp | 73 m_opaque_sp->SetLoadAddress(target, 0, true, changed); in SBModule()
|
| HD | SBValue.cpp | 1666 addr.SetLoadAddress(value, target_sp.get()); in GetAddress()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | StoppointLocation.h | 55 SetLoadAddress (lldb::addr_t addr) in SetLoadAddress() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ThreadPlanStepOut.cpp | 183 if (tmp_address.SetLoadAddress (m_step_from_insn, &GetTarget())) in GetDescription() 196 if (tmp_address.SetLoadAddress (m_return_addr, &GetTarget())) in GetDescription()
|
| HD | StackFrameList.cpp | 132 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
|
| HD | StackFrame.cpp | 403 lookup_addr.SetLoadAddress (addr_minus_one, target_sp.get()); in GetSymbolContext()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Address.cpp | 360 if (SetLoadAddress (load_addr, target)) in SetCallableLoadAddress() 381 if (SetLoadAddress (load_addr, target)) in SetOpcodeLoadAddress() 786 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, target)) in Dump() 1097 Address::SetLoadAddress (lldb::addr_t load_addr, Target *target) in SetLoadAddress() function in Address
|
| HD | DynamicLoader.cpp | 132 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, changed); in UpdateLoadedSectionsCommon()
|
| HD | Module.cpp | 1650 Module::SetLoadAddress (Target &target, lldb::addr_t value, bool value_is_offset, bool &changed) in SetLoadAddress() function in Module 1655 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
|
| HD | Disassembler.cpp | 1146 address.SetLoadAddress(load_addr, &target); in GetIndexOfInstructionAtLoadAddress()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBAddress.h | 52 SetLoadAddress (lldb::addr_t load_addr,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| HD | ObjectFileJIT.h | 75 SetLoadAddress(lldb_private::Target &target,
|
| HD | ObjectFileJIT.cpp | 293 ObjectFileJIT::SetLoadAddress (Target &target, in SetLoadAddress() function in ObjectFileJIT
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Address.h | 425 SetLoadAddress (lldb::addr_t load_addr, Target *target);
|
| HD | Module.h | 147 SetLoadAddress (Target &target,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextLLDB.cpp | 165 m_current_pc.SetLoadAddress (current_pc, &process->GetTarget()); in InitializeZerothFrame() 346 m_current_pc.SetLoadAddress (pc, &process->GetTarget()); in InitializeNonZerothFrame() 514 temporary_pc.SetLoadAddress (pc - 1, &process->GetTarget()); in InitializeNonZerothFrame() 541 m_current_pc.SetLoadAddress (pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ObjectFile.h | 506 SetLoadAddress(Target &target, in SetLoadAddress() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.h | 123 SetLoadAddress (lldb_private::Target &target,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| HD | JITLoaderGDB.cpp | 297 module_sp->SetLoadAddress(target, 0, true, changed); in ReadJITDescriptorImpl()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| HD | ABIMacOSX_arm.cpp | 265 so_addr.SetLoadAddress (return_addr, target_sp.get()); in PrepareTrivialCall() 278 so_addr.SetLoadAddress (function_addr, target_sp.get()); in PrepareTrivialCall()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| HD | ABISysV_arm.cpp | 265 so_addr.SetLoadAddress (return_addr, target_sp.get()); in PrepareTrivialCall() 278 so_addr.SetLoadAddress (function_addr, target_sp.get()); in PrepareTrivialCall()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointLocation.cpp | 666 resolved_address.SetLoadAddress(m_bp_site_sp->GetLoadAddress(), target); in GetDescription()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Block.cpp | 322 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRExecutionUnit.cpp | 958 jit_module_sp->SetLoadAddress(*target, 0, true, changed); in GetJITModule()
|