Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp238 MCSymbol *LastFunctionLabel = nullptr; member in __anonb6ef144c0111::WebAssemblyAsmParser
871 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()