Searched refs:FuncLabel (Results 1 – 1 of 1) sorted by relevance
1225 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local1227 FuncInfo.Label = FuncLabel; in beginFunctionImpl()1229 if (FuncLabel->isInSection()) { in beginFunctionImpl()1230 MCSection &Section = FuncLabel->getSection(); in beginFunctionImpl()1379 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction() local1380 constructLineInfo(FuncLabel, S->getFile(), S->getLine(), 0); in beginInstruction()