Searched defs:SetLoadAddress (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.h | 115 void SetLoadAddress(lldb::addr_t addr) { m_load_address = addr; } in SetLoadAddress() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAddress.cpp | 128 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { in SetLoadAddress() function in SBAddress
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 209 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileJIT
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 400 virtual bool SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 349 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress() function in ObjectFileWasm
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 1010 bool Address::SetLoadAddress(lldb::addr_t load_addr, Target *target, in SetLoadAddress() function in Address
|
| H A D | Module.cpp | 1555 bool Module::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in Module
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 98 bool SetLoadAddress(Target &target, addr_t value, in SetLoadAddress() function in __anon02ea81f40111::PlaceholderObjectFile
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 664 bool ObjectFileELF::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress() function in ObjectFileELF
|