LLVM 19.0.0git
Public Attributes | List of all members
llvm::objcopy::macho::StringTable Struct Reference

The location of the string table inside the binary is described by LC_SYMTAB load command. More...

#include "ObjCopy/MachO/MachOObject.h"

Public Attributes

std::vector< std::string > Strings
 

Detailed Description

The location of the string table inside the binary is described by LC_SYMTAB load command.

Definition at line 168 of file MachOObject.h.

Member Data Documentation

◆ Strings

std::vector<std::string> llvm::objcopy::macho::StringTable::Strings

Definition at line 169 of file MachOObject.h.


The documentation for this struct was generated from the following file: