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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp945 MCSymbol *FuncLabel = Asm->getFunctionBegin(); local
947 FuncInfo.Label = FuncLabel;
949 if (FuncLabel->isInSection()) {
950 MCSection &Section = FuncLabel->getSection();
1085 MCSymbol *FuncLabel = Asm->getFunctionBegin(); local
1086 constructLineInfo(S, FuncLabel, S->getLine(), 0);

Completed in 97 milliseconds