| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 119 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon() 276 module_sp->SetLoadAddress(target, value, value_is_offset, changed); in LoadBinaryWithUUIDAndAddress() 284 module_sp->SetLoadAddress(target, 0, true /* value_is_slide */, in LoadBinaryWithUUIDAndAddress() 293 module_sp->SetLoadAddress(target, 0, true /* value_is_slide */, in LoadBinaryWithUUIDAndAddress()
|
| H A D | Address.cpp | 362 if (SetLoadAddress(load_addr, target)) { in SetCallableLoadAddress() 384 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress() 787 if (dereferenced_addr.SetLoadAddress(dereferenced_load_addr, in Dump() 1046 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAddress.cpp | 47 SetLoadAddress(load_addr, target); in SBAddress() 122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointSite.h | 29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
| H A D | ObjectFilePlaceholder.cpp | 53 bool ObjectFilePlaceholder::SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in ObjectFilePlaceholder
|
| H A D | ObjectFilePlaceholder.h | 60 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | CXXFunctionPointer.cpp | 58 test_address.SetLoadAddress(fixed_addr, target); in CXXFunctionPointerSummaryProvider()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
| H A D | DynamicLoaderFreeBSDKernel.cpp | 392 m_module_sp->SetLoadAddress(target, m_load_address, true, changed); in LoadImageUsingMemoryModule() 496 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageUsingFileAddress() 661 kmod_info.SetLoadAddress(kld_load_addr); in ReadAllKmods() 713 m_kernel_image_info.SetLoadAddress(m_kernel_load_address); in LoadKernelModules()
|
| H A D | DynamicLoaderFreeBSDKernel.h | 74 void SetLoadAddress(lldb::addr_t load_address) { in SetLoadAddress() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBAddressExtensions.i | 25 return self.SetLoadAddress (load_addr, target)
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAddress.h | 48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 207 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription() 219 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
|
| H A D | RegisterContextUnwind.cpp | 151 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame() 392 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame() 558 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame() 577 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
|
| H A D | RegisterContext.cpp | 143 address.SetLoadAddress(pc, target_sp.get()); in GetPCForSymbolication()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ObjectFileJIT.h | 77 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.h | 114 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 57 module_sp->SetLoadAddress(target, module.load_address.value, false, in ParseModule() 184 module_sp->SetLoadAddress(*parsed_process->target_sp, load_address, false, in ParseKernel()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Address.h | 416 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 168 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 398 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 199 symbol_addr.SetLoadAddress(pc, &this->GetProcess()->GetTarget()); in LoadArtificialStackFrames()
|
| H A D | ScriptedProcess.cpp | 484 module_sp->SetLoadAddress(target, load_addr, false /*=value_is_offset*/, in GetLoadedDynamicLibrariesInfos()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 103 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 356 module_sp->SetLoadAddress(target, 0, true, changed); in ReadJITDescriptorImpl()
|