| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RegisterCheckpoint.h | 38 lldb::WritableDataBufferSP &GetData() { return m_data_sp; } in GetData() 40 const lldb::WritableDataBufferSP &GetData() const { return m_data_sp; } in GetData() 43 lldb::WritableDataBufferSP m_data_sp;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextMemory.h | 53 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override; 64 lldb::WritableDataBufferSP m_data;
|
| H A D | RegisterContextDummy.h | 46 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | RegisterContextHistory.h | 46 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.h | 27 lldb::WritableDataBufferSP data_sp, 48 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 39 lldb::WritableDataBufferSP data_sp, 119 lldb::WritableDataBufferSP header_data_sp,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, 57 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_x86_64.h | 29 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | RegisterContextPOSIXCore_arm.h | 33 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | RegisterContextPOSIXCore_mips64.h | 33 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | RegisterContextPOSIXCore_s390x.h | 32 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | RegisterContextPOSIXCore_powerpc.h | 32 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | RegisterContextPOSIXCore_arm.cpp | 58 lldb::WritableDataBufferSP &data_sp) { in ReadAllRegisterValues()
|
| H A D | RegisterContextPOSIXCore_arm64.h | 34 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | RegisterContextWindows.h | 29 bool ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | ObjectContainer.cpp | 36 WritableDataBufferSP data_sp) { in FindPlugin()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_arm.h | 47 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | NativeRegisterContextFreeBSD_powerpc.h | 48 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | NativeRegisterContextFreeBSD_mips64.h | 48 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| H A D | NativeRegisterContextFreeBSD_arm64.h | 54 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | ObjectContainer.h | 129 lldb::addr_t header_addr, lldb::WritableDataBufferSP file_data_sp);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeRegisterContextOpenBSD_arm64.h | 59 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | ObjectFileMinidump.h | 46 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_loongarch64.h | 43 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD_x86_64.h | 50 Status ReadAllRegisterValues(lldb::WritableDataBufferSP &data_sp) override;
|