Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h181 MCSymbol *CurrentSectionBeginSym = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1988 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1990 OutStreamer->emitELFSize(CurrentSectionBeginSym, SizeExp); in emitFunctionBody()
1995 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
2833 CurrentSectionBeginSym = nullptr; in SetupMachineFunction()
4353 CurrentSectionBeginSym = MBB.getSymbol(); in emitBasicBlockStart()