Searched refs:SetLoadAddress (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h33 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } function in class:lldb_private::StoppointLocation
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i87 SetLoadAddress (lldb::addr_t load_addr,
111 or data address using 'void SBAddress::SetLoadAddress(...)' or
153 return self.SetLoadAddress (load_addr, target)
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp52 SetLoadAddress(load_addr, target);
136 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { function in class:SBAddress
137 LLDB_RECORD_METHOD(void, SBAddress, SetLoadAddress,
308 LLDB_REGISTER_METHOD(void, SBAddress, SetLoadAddress,
H A DSBModule.cpp63 m_opaque_sp->SetLoadAddress(target, 0, true, changed);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddress.h48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
57 // or data address using "void SBAddress::SetLoadAddress(...)" or
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h59 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
H A DObjectFileJIT.cpp206 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, function in class:ObjectFileJIT
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h116 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } function in class:lldb_private::npdb::PdbIndex
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h393 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
H A DModule.h182 bool SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp214 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) {
226 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) {
H A DStackFrameList.cpp112 pc_as_address.SetLoadAddress(curr_pc, &(m_thread.GetProcess()->GetTarget()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp119 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset,
H A DAddress.cpp359 if (SetLoadAddress(load_addr, target)) {
381 if (SetLoadAddress(load_addr, target, allow_section_end)) {
751 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr,
1010 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, function in class:Address
H A DModule.cpp1539 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, function in class:Module
1543 changed = object_file->SetLoadAddress(target, value, value_is_offset);
H A DDisassembler.cpp1181 address.SetLoadAddress(load_addr, &target);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h102 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h389 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, function in class:lldb_private::ObjectFile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp145 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget());
327 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end);
484 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget());
503 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp357 module_sp->SetLoadAddress(target, 0, true, changed);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp96 bool SetLoadAddress(Target &target, addr_t value,
530 module_sp->SetLoadAddress(GetTarget(), load_addr, false,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp270 load_address.SetLoadAddress(load_addr, &target);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp582 resolved_address.SetLoadAddress(m_bp_site_sp->GetLoadAddress(), target);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1404 so_addr.SetLoadAddress(return_addr, target_sp.get());
1417 so_addr.SetLoadAddress(function_addr, target_sp.get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1400 so_addr.SetLoadAddress(return_addr, target_sp.get());
1409 so_addr.SetLoadAddress(function_addr, target_sp.get());

Completed in 1096 milliseconds

12