Searched defs:SymbolAssignment (Results 1 – 1 of 1) sorted by relevance
88 struct SymbolAssignment : SectionCommand { struct89 SymbolAssignment(StringRef name, Expr e, std::string loc) in SymbolAssignment() argument93 static bool classof(const SectionCommand *c) { in classof()98 StringRef name;99 Defined *sym = nullptr;102 Expr expression;105 bool provide = false;106 bool hidden = false;109 std::string location;112 std::string commandString;[all …]