Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1199 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local
1201 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() local
1347 constructLineInfo(S, FuncLabel, S->getLine(), 0); in beginInstruction()