Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp231 MCSymbol *LastFunctionLabel = nullptr; member in __anon101c24c70111::WebAssemblyAsmParser
852 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()