Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1344 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local
1346 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() local
1499 constructLineInfo(FuncLabel, S->getFile(), S->getLine(), 0); in beginInstruction()