Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp734 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext
758 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext
760 return getGOFFSection<GOFF::SDAttr>(Kind, Name, SDAttributes, nullptr, in getGOFFSection()
764 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext
767 return getGOFFSection<GOFF::EDAttr>( in getGOFFSection()
772 MCSectionGOFF *MCContext::getGOFFSection(SectionKind Kind, StringRef Name, in getGOFFSection() function in MCContext
775 return getGOFFSection<GOFF::PRAttr>(Kind, Name, PRAttributes, Parent, in getGOFFSection()
H A DMCObjectFileInfo.cpp550 MCSectionGOFF *RootSDSection = Ctx->getGOFFSection( in initGOFFMCObjectFileInfo()
554 MCSectionGOFF *ADAEDSection = Ctx->getGOFFSection( in initGOFFMCObjectFileInfo()
561 ADASection = Ctx->getGOFFSection(SectionKind::getData(), "#S", in initGOFFMCObjectFileInfo()
567 TextSection = Ctx->getGOFFSection( in initGOFFMCObjectFileInfo()
575 MCSectionGOFF *PPA2ListEDSection = Ctx->getGOFFSection( in initGOFFMCObjectFileInfo()
582 PPA2ListSection = Ctx->getGOFFSection(SectionKind::getData(), ".&ppa2", in initGOFFMCObjectFileInfo()
588 IDRLSection = Ctx->getGOFFSection( in initGOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h361 MCSectionGOFF *getGOFFSection(SectionKind Kind, StringRef Name,
619 LLVM_ABI MCSectionGOFF *getGOFFSection(SectionKind Kind, StringRef Name,
621 LLVM_ABI MCSectionGOFF *getGOFFSection(SectionKind Kind, StringRef Name,
624 LLVM_ABI MCSectionGOFF *getGOFFSection(SectionKind Kind, StringRef Name,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2793 MCSectionGOFF *WSA = getContext().getGOFFSection( in getSectionForLSDA()
2800 return getContext().getGOFFSection(SectionKind::getData(), Name, in getSectionForLSDA()
2828 MCSectionGOFF *SD = getContext().getGOFFSection( in SelectSectionForGlobal()
2831 MCSectionGOFF *ED = getContext().getGOFFSection( in SelectSectionForGlobal()
2837 return getContext().getGOFFSection(Kind, Symbol->getName(), in SelectSectionForGlobal()