Home
last modified time | relevance | path

Searched defs:SetLoadAddress (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h115 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
/external/llvm-project/lldb/source/API/
DSBAddress.cpp128 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp209 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
/external/google-breakpad/src/common/
Dmodule.cc75 void Module::SetLoadAddress(Address address) { in SetLoadAddress() function in google_breakpad::Module
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h400 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp334 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress() function in ObjectFileWasm
/external/llvm-project/lldb/source/Core/
DAddress.cpp1010 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
DModule.cpp1569 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in Module
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp98 bool SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in __anonfadbf2d70111::PlaceholderObjectFile
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp291 bool ObjectFilePECOFF::SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp594 void DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress( in SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp650 bool ObjectFileELF::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileELF
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6101 bool ObjectFileMachO::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileMachO