Home
last modified time | relevance | path

Searched refs:getXCOFFSection (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp888 TextSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
899 DataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
904 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
910 ReadOnly8Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
916 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
922 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
927 TOCBaseSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
935 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
940 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
948 DwarfAbbrevSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
[all …]
H A DMCContext.cpp800 MCSectionXCOFF *MCContext::getXCOFFSection( in getXCOFFSection() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2379 return getContext().getXCOFFSection( in getExplicitSectionGlobal()
2397 return getContext().getXCOFFSection( in getExplicitSectionGlobal()
2414 return getContext().getXCOFFSection( in getSectionForExternalReference()
2429 return getContext().getXCOFFSection( in getSectionForExternalReference()
2443 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2458 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2477 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2490 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2501 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2516 return getContext().getXCOFFSection( in SelectSectionForGlobal()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp49 EHInfo = Asm->OutContext.getXCOFFSection(NameStr, EHInfo->getKind(), in emitExceptionInfoTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h647 MCSectionXCOFF *getXCOFFSection(
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp671 .getXCOFFSection(SymName, SectionKind::getText(), in createMCSymbolForTlsGetAddr()
2938 MCSection *CntsSection = OutContext.getXCOFFSection( in emitPGORefs()
H A DPPCISelLowering.cpp5564 MCSectionXCOFF *Sec = Context.getXCOFFSection( in transformCallee()