Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp548 Ctx->getGOFFSection(".text", SectionKind::getText(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
550 Ctx->getGOFFSection(".bss", SectionKind::getBSS(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
552 Ctx->getGOFFSection(".ppa1", SectionKind::getMetadata(), TextSection, in initGOFFMCObjectFileInfo()
555 Ctx->getGOFFSection(".ppa2", SectionKind::getMetadata(), TextSection, in initGOFFMCObjectFileInfo()
558 Ctx->getGOFFSection(".ada", SectionKind::getData(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
560 Ctx->getGOFFSection("B_IDRL", SectionKind::getData(), nullptr, nullptr); in initGOFFMCObjectFileInfo()
H A DMCContext.cpp649 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() function in MCContext
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h623 MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2696 return getContext().getGOFFSection(Name, SectionKind::getData(), nullptr, in getSectionForLSDA()
2704 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()