Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h177 MCSymbol *CurrentSectionBeginSym = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1371 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1373 OutStreamer->emitELFSize(CurrentSectionBeginSym, SizeExp); in emitFunctionBody()
1376 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1965 CurrentSectionBeginSym = nullptr; in SetupMachineFunction()
3236 CurrentSectionBeginSym = MBB.getSymbol(); in emitBasicBlockStart()