Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h179 MCSymbol *CurrentSectionBeginSym = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1848 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1850 OutStreamer->emitELFSize(CurrentSectionBeginSym, SizeExp); in emitFunctionBody()
1853 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
2577 CurrentSectionBeginSym = nullptr; in SetupMachineFunction()
3954 CurrentSectionBeginSym = MBB.getSymbol(); in emitBasicBlockStart()