Home
last modified time | relevance | path

Searched refs:SwitchSection (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
DDwarfDebug.cpp189 Asm->OutStreamer.SwitchSection(Section); in EmitSectionSym()
834 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection()); in endModule()
836 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endModule()
841 Asm->OutStreamer.SwitchSection(SectionMap[i]); in endModule()
1729 Asm->OutStreamer.SwitchSection( in emitDebugInfo()
1767 Asm->OutStreamer.SwitchSection( in emitAbbreviations()
1837 Asm->OutStreamer.SwitchSection( in emitAccelNames()
1866 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering() in emitAccelObjC()
1895 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering() in emitAccelNamespaces()
1930 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering() in emitAccelTypes()
[all …]
DDwarfCFIException.cpp80 Asm->OutStreamer.SwitchSection( in EndModule()
DAsmPrinter.cpp372 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable()
386 OutStreamer.SwitchSection(TLVSect); in EmitGlobalVariable()
405 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable()
430 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM)); in EmitFunctionHeader()
953 OutStreamer.SwitchSection(S); in doFinalization()
1043 OutStreamer.SwitchSection(CPSections[i].S); in EmitConstantPool()
1091 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F,Mang,TM)); in EmitJumpTableInfo()
1096 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
1319 OutStreamer.SwitchSection(OutputSection); in EmitXXStructorList()
DDwarfException.cpp457 Asm->OutStreamer.SwitchSection(LSDASection); in EmitExceptionTable()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp413 OutStreamer.SwitchSection(Section); in EmitFunctionEntryLabel()
423 OutStreamer.SwitchSection(Current); in EmitFunctionEntryLabel()
441 OutStreamer.SwitchSection(Section); in doFinalization()
508 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection()); in EmitStartOfAsmFile()
510 OutStreamer.SwitchSection( in EmitStartOfAsmFile()
516 OutStreamer.SwitchSection( in EmitStartOfAsmFile()
522 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
557 OutStreamer.SwitchSection(StubSection); in EmitFunctionStubs()
585 OutStreamer.SwitchSection(LSPSection); in EmitFunctionStubs()
608 OutStreamer.SwitchSection(StubSection); in EmitFunctionStubs()
[all …]
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp196 getStreamer().SwitchSection(getContext().getELFSection( in ParseSectionSwitch()
434 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, in ParseDirectiveSection()
444 getStreamer().SwitchSection(PreviousSection); in ParseDirectivePrevious()
515 getStreamer().SwitchSection(Comment); in ParseDirectiveIdent()
568 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
DDarwinAsmParser.cpp318 getStreamer().SwitchSection(getContext().getMachOSection( in ParseSectionSwitch()
459 getStreamer().SwitchSection(getContext().getMachOSection( in ParseDirectiveSection()
493 getStreamer().SwitchSection(PreviousSection); in ParseDirectivePrevious()
DCOFFAsmParser.cpp170 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseSectionSwitch()
DAsmParser.cpp603 Out.SwitchSection(Ctx.getMachOSection( in CheckForValidSection()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp510 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
531 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile()
555 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile()
585 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
649 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection()); in EmitEndOfAsmFile()
684 OutStreamer.SwitchSection(TLOFELF.getDataRelSection()); in EmitEndOfAsmFile()
/external/llvm/lib/MC/
DMCDwarf.cpp194 MCOS->SwitchSection(Section); in EmitDwarfLineTable()
203 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
216 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
444 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
493 MCOS->SwitchSection(context.getGenDwarfSection()); in EmitGenDwarfAranges()
498 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
558 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
708 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
709 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
718 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
[all …]
DMCWin64EH.cpp252 streamer.SwitchSection(xdataSect); in EmitUnwindInfo()
264 streamer.SwitchSection(xdataSect); in Emit()
272 streamer.SwitchSection(pdataSect); in Emit()
DMCPureStreamer.cpp108 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
DWinCOFFStreamer.cpp94 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind)); in SetSection()
DMCMachOStreamer.cpp100 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
DMCELFStreamer.cpp131 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind)); in SetSection()
DMCAsmStreamer.cpp132 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitSections()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp595 OutStreamer.SwitchSection(TLOFMacho.getTextSection()); in EmitStartOfAsmFile()
596 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection()); in EmitStartOfAsmFile()
597 OutStreamer.SwitchSection(TLOFMacho.getConstTextCoalSection()); in EmitStartOfAsmFile()
603 OutStreamer.SwitchSection(sect); in EmitStartOfAsmFile()
609 OutStreamer.SwitchSection(sect); in EmitStartOfAsmFile()
616 OutStreamer.SwitchSection(StaticInitSect); in EmitStartOfAsmFile()
642 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection()); in EmitEndOfAsmFile()
672 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
846 OutStreamer.SwitchSection(TLOFELF.getAttributesSection()); in emitARMAttributeSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp81 Streamer.SwitchSection(Sec); in emitPersonalityValue()
457 Streamer.SwitchSection(S); in emitModuleFlags()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM)); in EmitGlobalVariable()
/external/llvm/include/llvm/MC/
DMCStreamer.h195 void SwitchSection(const MCSection *Section) { in SwitchSection() function
/external/llvm/docs/
DCodeGenerator.rst623 SwitchSection, EmitValue (for .byte, .word), etc, which directly correspond to
1514 EmitSymbolAttribute, SwitchSection, etc, which directly correspond to assembly