Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp673 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local
675 FuncInfo.Label = FuncLabel; in beginFunctionImpl()
677 if (FuncLabel->isInSection()) { in beginFunctionImpl()
678 MCSection &Section = FuncLabel->getSection(); in beginFunctionImpl()
722 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction() local
723 constructLineInfo(S, FuncLabel, S->getLine(), 0); in beginInstruction()