Home
last modified time | relevance | path

Searched defs:SymbolEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h104 struct SymbolEntry { struct
105 std::string Name;
106 bool Referenced = false;
107 uint32_t Index;
108 uint8_t n_type;
109 uint8_t n_sect;
110 uint16_t n_desc;
111 uint64_t n_value;
135 std::vector<std::unique_ptr<SymbolEntry>> Symbols; argument