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

Declarations

tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
   64   static size_t GetSize(const lldb_private::ArchSpec &arch);

References

tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  798       uint32_t header_size = ELFLinuxPrStatus::GetSize(arch);
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  282   if (GetSize(arch) > data.GetByteSize()) {
  285         GetSize(arch), data.GetByteSize());