Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp53 bool ObjectFilePlaceholder::SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in ObjectFilePlaceholder
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h29 virtual void SetLoadAddress(lldb::addr_t addr) { m_addr = addr; } in SetLoadAddress() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h114 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp172 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, SetLoadAddress() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h399 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp1047 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
H A DModule.cpp1497 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in Module
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp699 bool ObjectFileELF::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileELF