Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.h86 struct SymbolAssignment : BaseCommand { struct
87 SymbolAssignment(StringRef name, Expr e, std::string loc) in SymbolAssignment() function
90 static bool classof(const BaseCommand *c) { in classof()
95 StringRef name;
96 Defined *sym = nullptr;
99 Expr expression;
102 bool provide = false;
103 bool hidden = false;
106 std::string location;
109 std::string commandString;
[all …]