/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 71 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 74 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 98 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 101 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 107 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
D | DwarfStringPool.cpp | 41 Asm.OutStreamer.SwitchSection(StrSection); in emit() 62 Asm.OutStreamer.SwitchSection(OffsetSection); in emit()
|
D | DwarfFile.cpp | 54 Asm->OutStreamer.SwitchSection(USection); in emitUnits() 127 Asm->OutStreamer.SwitchSection(Section); in emitAbbrevs()
|
D | AddressPool.cpp | 32 Asm.OutStreamer.SwitchSection(AddrSection); in emit()
|
D | ErlangGCPrinter.cpp | 54 AP.OutStreamer.SwitchSection( in finishAssembly()
|
D | AsmPrinter.cpp | 471 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable() 485 OutStreamer.SwitchSection(TLVSect); in EmitGlobalVariable() 504 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable() 529 OutStreamer.SwitchSection( in EmitFunctionHeader() 1052 OutStreamer.SwitchSection(TLOF.getDataRelSection()); in doFinalization() 1128 OutStreamer.SwitchSection(ReadOnlySection); in doFinalization() 1144 OutStreamer.SwitchSection(S); in doFinalization() 1251 OutStreamer.SwitchSection(CPSections[i].S); in EmitConstantPool() 1299 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo() 1544 OutStreamer.SwitchSection(OutputSection); in EmitXXStructorList()
|
D | DwarfDebug.cpp | 1289 Asm->OutStreamer.SwitchSection(Section); in emitAccel() 1403 Asm->OutStreamer.SwitchSection(PSec); in emitDebugPubSection() 1566 Asm->OutStreamer.SwitchSection( in emitDebugLoc() 1592 Asm->OutStreamer.SwitchSection( in emitDebugLocDWO() 1703 Asm->OutStreamer.SwitchSection( in emitDebugARanges() 1784 Asm->OutStreamer.SwitchSection( in emitDebugRanges() 1872 Asm->OutStreamer.SwitchSection( in emitDebugLineDWO()
|
/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 68 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 71 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections() 74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections() 77 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 212 SwitchSection(MFI->getDrectveSection()); in EmitCommonSymbol()
|
D | MCELFStreamer.cpp | 90 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections() 93 SwitchSection(Ctx.getObjectFileInfo()->getDataSection()); in InitSections() 96 SwitchSection(Ctx.getObjectFileInfo()->getBSSSection()); in InitSections() 99 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections() 102 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections() 363 SwitchSection(Comment); in EmitIdent()
|
D | MCDwarf.cpp | 190 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 211 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 512 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 567 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 639 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 804 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges() 864 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 875 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit() 884 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() [all …]
|
D | MCWin64EH.cpp | 229 Streamer.SwitchSection(XData); in Emit() 237 Streamer.SwitchSection(PData); in Emit() 249 Streamer.SwitchSection(xdataSect); in EmitUnwindInfo()
|
D | ConstantPools.cpp | 68 Streamer.SwitchSection(Section); in emitConstantPool()
|
D | MCStreamer.cpp | 187 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 666 void MCStreamer::SwitchSection(const MCSection *Section, in SwitchSection() function in MCStreamer 688 SwitchSection(Section); in endSection()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 61 void MipsELFStreamer::SwitchSection(const MCSection * Section, in SwitchSection() function in MipsELFStreamer 63 MCELFStreamer::SwitchSection(Section, Subsection); in SwitchSection()
|
D | MipsOptionRecord.cpp | 35 Streamer->SwitchSection(Sec); in EmitMipsOptionRecord() 53 Streamer->SwitchSection(Sec); in EmitMipsOptionRecord()
|
D | MipsELFStreamer.h | 58 void SwitchSection(const MCSection *Section,
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 96 OutStreamer.SwitchSection(TLOF.getTextSection()); in EmitEndOfAsmFile() 112 OutStreamer.SwitchSection(ConfigSection); in runOnMachineFunction() 136 OutStreamer.SwitchSection(CommentSection); in runOnMachineFunction() 161 OutStreamer.SwitchSection( in runOnMachineFunction() 514 OutStreamer.SwitchSection(VersionSection); in EmitAmdKernelCodeT() 523 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitAmdKernelCodeT()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1004 OutStreamer.SwitchSection(OutContext.getELFSection( in EmitStartOfAsmFile() 1021 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 1059 OutStreamer.SwitchSection(Section); in EmitFunctionEntryLabel() 1074 OutStreamer.SwitchSection(Current.first, Current.second); in EmitFunctionEntryLabel() 1095 OutStreamer.SwitchSection(Section); in doFinalization() 1242 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection()); in EmitStartOfAsmFile() 1244 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 1250 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 1256 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 1298 OutStreamer.SwitchSection(StubSection); in EmitFunctionStubs() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 510 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 624 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 648 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 663 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 716 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection()); in EmitEndOfAsmFile()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 202 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch() 532 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments() 555 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious() 685 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
|
D | DarwinAsmParser.cpp | 383 getStreamer().SwitchSection(getContext().getMachOSection( in parseSectionSwitch() 584 getStreamer().SwitchSection(getContext().getMachOSection( in parseDirectiveSection() 618 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in parseDirectivePrevious()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 714 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 727 OutStreamer.SwitchSection(OutContext.getELFSection(".gcc_compiled_long32", in EmitStartOfAsmFile() 730 OutStreamer.SwitchSection(OutContext.getELFSection(".gcc_compiled_long64", in EmitStartOfAsmFile() 963 OutStreamer.SwitchSection(M, nullptr); in EmitFPCallStub() 1047 OutStreamer.SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUAsmPrinter.cpp | 49 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in runOnMachineFunction()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 543 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 575 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 581 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE() 587 Asm->OutStreamer.SwitchSection(MOFI->getDwarfStrSection()); in emitStrings() 603 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries() 655 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries() 697 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries() 725 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit() 771 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit() 921 Asm->OutStreamer.SwitchSection(Sec); in emitPubSectionForUnit()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 343 SwitchSection(SectionStack.back().first.first, Subsection); in SubSection() 351 virtual void SwitchSection(const MCSection *Section,
|