Searched refs:LastFunctionLabel (Results 1 – 1 of 1) sorted by relevance
231 MCSymbol *LastFunctionLabel = nullptr; member in __anon101c24c70111::WebAssemblyAsmParser852 LastFunctionLabel = WasmSym; in ParseDirective()1084 if (!LastFunctionLabel) return; in onEndOfFunction()1087 auto Start = MCSymbolRefExpr::create(LastFunctionLabel, getContext()); in onEndOfFunction()1091 getStreamer().emitELFSize(LastFunctionLabel, Expr); in onEndOfFunction()