Lines Matching defs:NormalizedSymbol
36 struct NormalizedSymbol { struct
40 NormalizedSymbol(Optional<StringRef> Name, uint64_t Value, uint8_t Type, in NormalizedSymbol() function
49 NormalizedSymbol &operator=(const NormalizedSymbol &) = delete; argument
51 NormalizedSymbol &operator=(NormalizedSymbol &&) = delete; argument
53 Optional<StringRef> Name;
54 uint64_t Value = 0;
55 uint8_t Type = 0;
56 uint8_t Sect = 0;
57 uint16_t Desc = 0;
58 Linkage L = Linkage::Strong;
59 Scope S = Scope::Default;
60 Symbol *GraphSymbol = nullptr;