Searched refs:LastFunctionLabel (Results 1 – 1 of 1) sorted by relevance
238 MCSymbol *LastFunctionLabel = nullptr; member in __anonb6ef144c0111::WebAssemblyAsmParser871 LastFunctionLabel = WasmSym; in ParseDirective()1112 if (!LastFunctionLabel) return; in onEndOfFunction()1115 auto Start = MCSymbolRefExpr::create(LastFunctionLabel, getContext()); in onEndOfFunction()1119 getStreamer().emitELFSize(LastFunctionLabel, Expr); in onEndOfFunction()