Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/test/API/linux/aarch64/non_address_bit_memory_access/
H A DTestAArch64LinuxNonAddressBitMemoryAccess.py126 addr.SetLoadAddress(buf, self.target())
131 addr.SetLoadAddress(buf_with_non_address, self.target())
222 addr_buf.SetLoadAddress(buf, self.target())
224 addr_buf_with_non_address.SetLoadAddress(buf_with_non_address, self.target())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBAddress.i88 SetLoadAddress (lldb::addr_t load_addr,
159 return self.SetLoadAddress (load_addr, target)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_address.py12 obj.SetLoadAddress(0xffff, lldb.SBTarget())
/llvm-project-15.0.7/lldb/source/API/
H A DSBAddress.cpp47 SetLoadAddress(load_addr, target); in SBAddress()
122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp57 test_address.SetLoadAddress(fixed_addr, target); in CXXFunctionPointerSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp569 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageAtFileAddress()
591 void DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress( in SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
999 m_kernel.SetLoadAddress(m_kernel_load_address); in LoadKernelModuleIfNeeded()
1012 m_kernel.SetLoadAddress(load_address); in LoadKernelModuleIfNeeded()
1020 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded()
1394 image_infos[i].SetLoadAddress(extractor.GetU64(&offset)); in ReadKextSummaries()
H A DDynamicLoaderDarwinKernel.h144 void SetLoadAddress(
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBAddress.h48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h61 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
H A DObjectFileJIT.cpp181 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp237 module_sp->SetLoadAddress(target, value, value_is_offset, changed); in load_standalone_binary()
242 module_sp->SetLoadAddress(target, 0, value_is_slide, changed); in load_standalone_binary()
247 module_sp->SetLoadAddress(target, 0, value_is_slide, changed); in load_standalone_binary()
/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp360 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress()
382 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
781 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, in Dump()
1040 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
H A DDynamicLoader.cpp115 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepOut.cpp207 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription()
219 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h114 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h99 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddress.h406 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py129 sym_addr.SetLoadAddress(pc, self.target)
/llvm-project-15.0.7/lldb/examples/python/
H A Ddiagnose_unwind.py28 sbaddr.SetLoadAddress(addr, target)
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp193 symbol_addr.SetLoadAddress(pc, &this->GetProcess()->GetTarget()); in LoadArtificialStackFrames()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h416 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h81 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp55 module_sp->SetLoadAddress(target, module.load_address.value, false, in ParseModule()

123