Home
last modified time | relevance | path

Searched refs:SetLoadAddress (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAddress.cpp43 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 DSBModule.cpp56 m_opaque_sp->SetLoadAddress(target, 0, true, changed); in SBModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h40 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp342 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 DDynamicLoader.cpp122 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
H A DModule.cpp1584 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 DDisassembler.cpp1159 address.SetLoadAddress(load_addr, &target); in GetIndexOfInstructionAtLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp195 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription()
207 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
H A DStackFrameList.cpp111 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 DObjectFileJIT.h59 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
H A DObjectFileJIT.cpp207 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 DSBAddress.h43 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h117 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 DAddress.h430 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
H A DModule.h223 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 DRegisterContextLLDB.cpp142 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 DObjectFile.h451 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 DObjectFileELF.h105 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp341 module_sp->SetLoadAddress(target, 0, true, changed); in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1402 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 DBlock.cpp255 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp587 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 DABISysV_arm.cpp1406 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 DProcessMinidump.cpp390 module_sp->SetLoadAddress(GetTarget(), module->base_of_image, false, in ReadModuleList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp1242 jit_module_sp->SetLoadAddress(*target, 0, true, changed); in GetJITModule()

12