Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp971 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local
973 FuncInfo.Label = FuncLabel; in beginFunctionImpl()
975 if (FuncLabel->isInSection()) { in beginFunctionImpl()
976 MCSection &Section = FuncLabel->getSection(); in beginFunctionImpl()
1118 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction() local
1119 constructLineInfo(S, FuncLabel, S->getLine(), 0); in beginInstruction()