Searched defs:NormalizedSymbol (Results 1 – 1 of 1) sorted by relevance
34 struct NormalizedSymbol { struct38 NormalizedSymbol(Optional<StringRef> Name, uint64_t Value, uint8_t Type, in NormalizedSymbol() argument47 NormalizedSymbol &operator=(const NormalizedSymbol &) = delete; argument49 NormalizedSymbol &operator=(NormalizedSymbol &&) = delete; argument51 Optional<StringRef> Name;52 uint64_t Value = 0;53 uint8_t Type = 0;54 uint8_t Sect = 0;55 uint16_t Desc = 0;56 Linkage L = Linkage::Strong;[all …]