Searched refs:FunctionEndLabel (Results 1 – 3 of 3) sorted by relevance
574 mutable MCSymbol *FunctionEndLabel{nullptr};1151 if (!FunctionEndLabel) { in getFunctionEndLabel()1153 FunctionEndLabel = BC.Ctx->createNamedTempSymbol("func_end"); in getFunctionEndLabel()1155 return FunctionEndLabel; in getFunctionEndLabel()
695 MCSymbol *FunctionEndLabel) { in emitLineInfoEnd() argument703 .addLineEntry(MCDwarfLineEntry(FunctionEndLabel, DwarfLoc), in emitLineInfoEnd()
1582 if (FunctionEndLabel) in scanExternalRefs()1583 BC.UndefinedSymbols.insert(FunctionEndLabel); in scanExternalRefs()2854 if (FunctionEndLabel) in clearDisasmState()2855 BC.UndefinedSymbols.insert(FunctionEndLabel); in clearDisasmState()