Searched refs:FuncLabel (Results 1 – 1 of 1) sorted by relevance
1199 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local1201 FuncInfo.Label = FuncLabel; in beginFunctionImpl()1203 if (FuncLabel->isInSection()) { in beginFunctionImpl()1204 MCSection &Section = FuncLabel->getSection(); in beginFunctionImpl()1346 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction() local1347 constructLineInfo(S, FuncLabel, S->getLine(), 0); in beginInstruction()