Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputElement.h23 class InputElement {
25 InputElement(StringRef name, ObjFile *f) in InputElement() function
58 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()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3575 lld/wasm/InputElement.h