reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Utility/DataBuffer.h
   58   virtual uint8_t *GetBytes() = 0;

Declarations

tools/lldb/include/lldb/Utility/DataBufferLLVM.h
   30   uint8_t *GetBytes() override;

References

tools/lldb/include/lldb/Utility/DataBufferLLVM.h
   34   char *GetChars() { return reinterpret_cast<char *>(GetBytes()); }
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1367               process->WriteMemory(addr, data_sp->GetBytes(), length, error);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2448   void *file_buf = data_sp->GetBytes();
 2986     const llvm::StringRef raw_rs_info((const char *)buffer->GetBytes());
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
   64         elf::ELFHeader::MagicBytesMatch(data_sp->GetBytes())) {