Home
last modified time | relevance | path

Searched refs:TOCBaseSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h222 MCSection *TOCBaseSection = nullptr; variable
405 MCSection *getTOCBaseSection() const { return TOCBaseSection; } in getTOCBaseSection()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp879 TOCBaseSection = in initXCOFFMCObjectFileInfo()
884 TOCBaseSection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1705 MCSectionXCOFF *TOCBaseSection = OutStreamer->getContext().getXCOFFSection( in EmitEndOfAsmFile() local
1709 TOCBaseSection->setAlignment(Align(4)); in EmitEndOfAsmFile()
1711 OutStreamer->SwitchSection(TOCBaseSection); in EmitEndOfAsmFile()