Searched refs:InputElement (Results 1 – 2 of 2) sorted by relevance
23 class InputElement {25 InputElement(StringRef name, ObjFile *f) in InputElement() function58 class InputGlobal : public InputElement {61 : InputElement(g.SymbolName, f), type(g.Type), initExpr(g.InitExpr) {} in InputGlobal()75 class InputTag : public InputElement {78 : InputElement(t.SymbolName, f), signature(s) {} in InputTag()83 class InputTable : public InputElement {86 : InputElement(t.SymbolName, f), type(t.Type) {} in InputTable()97 inline std::string toString(const wasm::InputElement *d) { in toString()
3575 lld/wasm/InputElement.h