| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAddress.cpp | 49 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 D | SBAddress.i | 88 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 D | StoppointSite.h | 29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 359 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 D | DynamicLoader.cpp | 117 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 D | SBAddress.h | 48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 59 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| H A D | ObjectFileJIT.cpp | 209 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 D | ThreadPlanStepOut.cpp | 206 if (tmp_address.SetLoadAddress(m_step_from_insn, &GetTarget())) { in GetDescription() 218 if (tmp_address.SetLoadAddress(m_return_addr, &GetTarget())) { in GetDescription()
|
| H A D | TraceInstructionDumper.cpp | 272 insn_info.address.SetLoadAddress(insn_info.load_address, &target); in DumpInstructions()
|
| H A D | RegisterContextUnwind.cpp | 152 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 D | RegisterContext.cpp | 163 address.SetLoadAddress(pc, target_sp.get()); in GetPCForSymbolication()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| H A D | ObjectFileWasm.cpp | 349 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 D | PdbIndex.h | 115 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 D | Address.h | 393 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
|
| H A D | Module.h | 184 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 D | TraceSessionFileParser.cpp | 52 module_sp->SetLoadAddress(*target_sp, module.load_address.value, false, in ParseModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 400 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 D | ObjectFileELF.h | 102 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 98 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 D | JITLoaderGDB.cpp | 359 module_sp->SetLoadAddress(target, 0, true, changed); in ReadJITDescriptorImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1385 so_addr.SetLoadAddress(return_addr, target_sp.get()); in PrepareTrivialCall() 1394 so_addr.SetLoadAddress(function_addr, target_sp.get()); in PrepareTrivialCall()
|
| H A D | ABISysV_arm.cpp | 1391 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 D | Block.cpp | 270 load_address.SetLoadAddress(load_addr, &target); in GetRangeContainingLoadAddress()
|