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.cpp932 TextSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
943 DataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
948 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
954 ReadOnly8Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
960 ReadOnly16Section = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
966 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
971 TOCBaseSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
979 LSDASection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
984 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
992 DwarfAbbrevSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
[all …]
H A DMCContext.cpp892 MCSectionXCOFF *MCContext::getXCOFFSection( in getXCOFFSection() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2426 return getContext().getXCOFFSection( in getExplicitSectionGlobal()
2444 return getContext().getXCOFFSection( in getExplicitSectionGlobal()
2461 return getContext().getXCOFFSection( in getSectionForExternalReference()
2476 return getContext().getXCOFFSection( in getSectionForExternalReference()
2490 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2505 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2524 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2537 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2548 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2563 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.h667 LLVM_ABI MCSectionXCOFF *getXCOFFSection(
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp676 .getXCOFFSection(SymName, SectionKind::getText(), in createMCSymbolForTlsGetAddr()
2917 MCSection *CntsSection = OutContext.getXCOFFSection( in emitPGORefs()
2950 MCSection *CtrSection = OutContext.getXCOFFSection( in emitGCOVRefs()
H A DPPCISelLowering.cpp5579 MCSectionXCOFF *Sec = Context.getXCOFFSection( in transformCallee()