Searched refs:getGOFFSection (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 549 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 D | MCContext.cpp | 675 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() function in MCContext
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 609 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2729 return getContext().getGOFFSection(Name, SectionKind::getData(), nullptr, 0); in getSectionForLSDA() 2736 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()
|