Home
last modified time | relevance | path

Searched refs:getGOFFSection (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp549 TextSection = Ctx->getGOFFSection(".text", SectionKind::getText(), nullptr); in initGOFFMCObjectFileInfo()
550 BSSSection = Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr); in initGOFFMCObjectFileInfo()
551 PPA1Section = Ctx->getGOFFSection(".ppa1", SectionKind::getMetadata(), in initGOFFMCObjectFileInfo()
553 PPA2Section = Ctx->getGOFFSection(".ppa2", SectionKind::getMetadata(), in initGOFFMCObjectFileInfo()
557 Ctx->getGOFFSection(".ppa2list", SectionKind::getData(), nullptr); in initGOFFMCObjectFileInfo()
559 ADASection = Ctx->getGOFFSection(".ada", SectionKind::getData(), nullptr); in initGOFFMCObjectFileInfo()
560 IDRLSection = Ctx->getGOFFSection("B_IDRL", SectionKind::getData(), nullptr); in initGOFFMCObjectFileInfo()
H A DMCContext.cpp675 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() function in MCContext
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h609 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2729 return getContext().getGOFFSection(Name, SectionKind::getData(), nullptr, 0); in getSectionForLSDA()
2736 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()