Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp49 SetLoadAddress(load_addr, target); in SBAddress()
128 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
129 LLDB_RECORD_METHOD(void, SBAddress, SetLoadAddress, in SetLoadAddress()
300 LLDB_REGISTER_METHOD(void, SBAddress, SetLoadAddress, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddress.i88 SetLoadAddress (lldb::addr_t load_addr,
159 return self.SetLoadAddress (load_addr, target)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp359 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress()
381 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
751 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, in Dump()
1010 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
H A DDynamicLoader.cpp117 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddress.h48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
/freebsd-13.1/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.cpp209 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp206 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription()
218 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
H A DTraceInstructionDumper.cpp272 insn_info.address.SetLoadAddress(insn_info.load_address, &target); in DumpInstructions()
H A DRegisterContextUnwind.cpp152 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame()
380 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
543 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
562 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
H A DRegisterContext.cpp163 address.SetLoadAddress(pc, target_sp.get()); in GetPCForSymbolication()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
H A DObjectFileWasm.cpp349 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress() function in ObjectFileWasm
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h115 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h393 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
H A DModule.h184 bool SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp52 module_sp->SetLoadAddress(*target_sp, module.load_address.value, false, in ParseModule()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h400 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h102 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp98 bool SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in __anon02ea81f40111::PlaceholderObjectFile
613 module_sp->SetLoadAddress(GetTarget(), load_addr, false, in ReadModuleList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp359 module_sp->SetLoadAddress(target, 0, true, changed); in ReadJITDescriptorImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1385 so_addr.SetLoadAddress(return_addr, target_sp.get()); in PrepareTrivialCall()
1394 so_addr.SetLoadAddress(function_addr, target_sp.get()); in PrepareTrivialCall()
H A DABISysV_arm.cpp1391 so_addr.SetLoadAddress(return_addr, target_sp.get()); in PrepareTrivialCall()
1404 so_addr.SetLoadAddress(function_addr, target_sp.get()); in PrepareTrivialCall()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp270 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()

12