Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h169 MCSymbol *CurrentSectionBeginSym = nullptr; variable
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1262 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1264 OutStreamer->emitELFSize(CurrentSectionBeginSym, SizeExp); in emitFunctionBody()
1267 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1853 CurrentSectionBeginSym = nullptr; in SetupMachineFunction()
3126 CurrentSectionBeginSym = MBB.getSymbol(); in emitBasicBlockStart()