Searched defs:SetLoadAddress (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 53 bool ObjectFilePlaceholder::SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in ObjectFilePlaceholder
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbIndex.h | 114 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBAddress.cpp | 122 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 D | ObjectFileJIT.cpp | 172 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, SetLoadAddress() function in ObjectFileJIT
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 399 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 346 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress() function in ObjectFileWasm
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Address.cpp | 1047 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
|
H A D | Module.cpp | 1497 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 D | ObjectFileELF.cpp | 699 bool ObjectFileELF::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileELF
|