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.cpp1225 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() local
1227 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() local
1380 constructLineInfo(FuncLabel, S->getFile(), S->getLine(), 0); in beginInstruction()