Searched refs:InputElement (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lld/wasm/
H A DInputElement.h1 //===- InputElement.h ----------------------------------------*- C++ -*-===//
24 class InputElement { class in namespace:lld::wasm
26 InputElement(StringRef name, ObjFile *f) function in class:lld::wasm::InputElement
59 class InputGlobal : public InputElement {
62 : InputElement(g.SymbolName, f), type(g.Type), initExpr(g.InitExpr) {}
76 class InputTag : public InputElement {
79 : InputElement(t.SymbolName, f), signature(s) {}
84 class InputTable : public InputElement {
87 : InputElement(t.SymbolName, f), type(t.Type) {}
98 inline std::string toString(const wasm::InputElement *
[all...]

Completed in 68 milliseconds