| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBAddress.cpp | 43 SetLoadAddress(load_addr, target); in SBAddress() 115 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
|
| H A D | SBModule.cpp | 56 m_opaque_sp->SetLoadAddress(target, 0, true, changed); in SBModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointLocation.h | 40 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Address.cpp | 342 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress() 364 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress() 740 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, in Dump() 1001 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
|
| H A D | DynamicLoader.cpp | 122 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
|
| H A D | Module.cpp | 1584 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in Module 1588 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
|
| H A D | Disassembler.cpp | 1159 address.SetLoadAddress(load_addr, &target); in GetIndexOfInstructionAtLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 195 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription() 207 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
|
| H A D | StackFrameList.cpp | 111 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget())); in ResetCurrentInlinedDepth()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 59 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| H A D | ObjectFileJIT.cpp | 207 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 43 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.h | 117 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Address.h | 430 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
|
| H A D | Module.h | 223 bool SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextLLDB.cpp | 142 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame() 335 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame() 502 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame() 531 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 451 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 105 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 341 module_sp->SetLoadAddress(target, 0, true, changed); in ReadJITDescriptorImpl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| H A D | ABIMacOSX_arm.cpp | 1402 so_addr.SetLoadAddress(return_addr, target_sp.get()); in PrepareTrivialCall() 1411 so_addr.SetLoadAddress(function_addr, target_sp.get()); in PrepareTrivialCall()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Block.cpp | 255 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 587 resolved_address.SetLoadAddress(m_bp_site_sp->GetLoadAddress(), target); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| H A D | ABISysV_arm.cpp | 1406 so_addr.SetLoadAddress(return_addr, target_sp.get()); in PrepareTrivialCall() 1419 so_addr.SetLoadAddress(function_addr, target_sp.get()); in PrepareTrivialCall()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 390 module_sp->SetLoadAddress(GetTarget(), module->base_of_image, false, in ReadModuleList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 1242 jit_module_sp->SetLoadAddress(*target, 0, true, changed); in GetJITModule()
|