/external/llvm-project/lldb/source/API/ |
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()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBAddress.i | 87 SetLoadAddress (lldb::addr_t load_addr, 159 return self.SetLoadAddress (load_addr, target)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_address.py | 12 obj.SetLoadAddress(0xffff, lldb.SBTarget())
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | StoppointSite.h | 29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 572 if (m_module_sp->SetLoadAddress(process->GetTarget(), 0, true, changed)) in LoadImageAtFileAddress() 594 void DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress( in SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo 1002 m_kernel.SetLoadAddress(m_kernel_load_address); in LoadKernelModuleIfNeeded() 1015 m_kernel.SetLoadAddress(load_address); in LoadKernelModuleIfNeeded() 1023 m_kernel.SetLoadAddress(file_address); in LoadKernelModuleIfNeeded() 1398 image_infos[i].SetLoadAddress(extractor.GetU64(&offset)); in ReadKextSummaries()
|
D | DynamicLoaderDarwinKernel.h | 150 void SetLoadAddress(
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.h | 59 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
D | ObjectFileJIT.cpp | 209 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBAddress.h | 48 void SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target);
|
/external/llvm-project/lldb/source/Core/ |
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
|
D | DynamicLoader.cpp | 117 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, in UpdateLoadedSectionsCommon()
|
/external/llvm-project/lldb/source/Target/ |
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()
|
D | TraceSessionFileParser.cpp | 52 module_sp->SetLoadAddress(*target_sp, module.load_address.value, false, in ParseModule()
|
D | RegisterContextUnwind.cpp | 144 m_current_pc.SetLoadAddress(current_pc, &process->GetTarget()); in InitializeZerothFrame() 326 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame() 487 temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame() 506 m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget()); in InitializeNonZerothFrame()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 100 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbIndex.h | 115 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
|
/external/google-breakpad/src/common/ |
D | module.h | 206 void SetLoadAddress(Address load_address);
|
D | module_unittest.cc | 152 m.SetLoadAddress(0x2ab698b0b6407073ULL); in TEST() 256 m.SetLoadAddress(0x2ab698b0b6407073ULL); in TEST()
|
D | module.cc | 75 void Module::SetLoadAddress(Address address) { in SetLoadAddress() function in google_breakpad::Module
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Address.h | 393 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 76 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
/external/llvm-project/lldb/examples/python/ |
D | diagnose_unwind.py | 28 sbaddr.SetLoadAddress(addr, target)
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 400 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 97 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 102 bool SetLoadAddress(lldb_private::Target &target, lldb::addr_t value,
|