Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h91 struct SymbolAssignment : BaseCommand { struct
92 SymbolAssignment(StringRef name, Expr e, std::string loc) in SymbolAssignment() function
95 static bool classof(const BaseCommand *c) { in classof()
100 StringRef name;
101 Defined *sym = nullptr;
104 Expr expression;
107 bool provide = false;
108 bool hidden = false;
111 std::string location;
114 std::string commandString;
[all …]