Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp53 bool ObjectFilePlaceholder::SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in ObjectFilePlaceholder
/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h114 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h74 void SetLoadAddress(lldb::addr_t load_address) { in SetLoadAddress() function
/llvm-project/lldb/source/API/
H A DSBAddress.cpp122 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp168 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h399 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp346 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress() function in ObjectFileWasm
/llvm-project/lldb/source/Core/
H A DAddress.cpp1047 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, SetLoadAddress() function in Address
H A DModule.cpp1497 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, SetLoadAddress() function in Module
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp584 void DynamicLoaderDarwinKernel::KextImageInfo::SetLoadAddress( SetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp463 bool ObjectFilePECOFF::SetLoadAddress(Target &target, addr_t value, SetLoadAddress() function in ObjectFilePECOFF
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp699 bool ObjectFileELF::SetLoadAddress(Target &target, lldb::addr_t value, SetLoadAddress() function in ObjectFileELF