Searched refs:FuncLabel (Results 1 – 1 of 1) sorted by relevance
1344 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local1346 FuncInfo.Label = FuncLabel; in beginFunctionImpl()1348 if (FuncLabel->isInSection()) { in beginFunctionImpl()1349 MCSection &Section = FuncLabel->getSection(); in beginFunctionImpl()1498 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction() local1499 constructLineInfo(FuncLabel, S->getFile(), S->getLine(), 0); in beginInstruction()