Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp237 MCSymbol *LastFunctionLabel = nullptr; member in __anoncf9387500111::WebAssemblyAsmParser
882 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()