Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h177 MCSymbol *CurrentSectionBeginSym = nullptr; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1582 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1584 OutStreamer->emitELFSize(CurrentSectionBeginSym, SizeExp); in emitFunctionBody()
1587 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
2216 CurrentSectionBeginSym = nullptr; in SetupMachineFunction()
3541 CurrentSectionBeginSym = MBB.getSymbol(); in emitBasicBlockStart()