Searched refs:LastFunctionLabel (Results 1 – 1 of 1) sorted by relevance
237 MCSymbol *LastFunctionLabel = nullptr; member in __anoncf9387500111::WebAssemblyAsmParser882 LastFunctionLabel = WasmSym; in ParseDirective()1120 if (!LastFunctionLabel) return; in onEndOfFunction()1123 auto Start = MCSymbolRefExpr::create(LastFunctionLabel, getContext()); in onEndOfFunction()1127 getStreamer().emitELFSize(LastFunctionLabel, Expr); in onEndOfFunction()