/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 70 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()
|
D | DwarfDebug.cpp | 212 Asm->OutStreamer.SwitchSection(Section); in emitSectionSym() 886 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection()); in endSections() 888 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endSections() 893 Asm->OutStreamer.SwitchSection(SectionMap[I]); in endSections() 1857 Asm->OutStreamer.SwitchSection(USection); in emitUnits() 1926 Asm->OutStreamer.SwitchSection(Section); in emitAbbrevs() 1993 Asm->OutStreamer.SwitchSection( in emitAccelNames() 2022 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering() in emitAccelObjC() 2050 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering() in emitAccelNamespaces() 2085 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering() in emitAccelTypes() [all …]
|
D | DwarfCFIException.cpp | 80 Asm->OutStreamer.SwitchSection( in EndModule()
|
D | AsmPrinter.cpp | 369 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable() 383 OutStreamer.SwitchSection(TLVSect); in EmitGlobalVariable() 402 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable() 427 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM)); in EmitFunctionHeader() 940 OutStreamer.SwitchSection(S); in doFinalization() 1032 OutStreamer.SwitchSection(CPSections[i].S); in EmitConstantPool() 1080 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F,Mang,TM)); in EmitJumpTableInfo() 1085 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo() 1315 OutStreamer.SwitchSection(OutputSection); in EmitXXStructorList()
|
D | DwarfException.cpp | 456 Asm->OutStreamer.SwitchSection(LSDASection); in EmitExceptionTable()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 730 OutStreamer.SwitchSection(Section); in EmitFunctionEntryLabel() 746 OutStreamer.SwitchSection(Current); in EmitFunctionEntryLabel() 764 OutStreamer.SwitchSection(Section); in doFinalization() 779 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization() 857 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection()); in EmitStartOfAsmFile() 859 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 865 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 871 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 903 OutStreamer.SwitchSection(StubSection); in EmitFunctionStubs() 944 OutStreamer.SwitchSection(LSPSection); in EmitFunctionStubs() [all …]
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 198 getStreamer().SwitchSection(getContext().getELFSection( in ParseSectionSwitch() 445 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, in ParseDirectiveSection() 455 getStreamer().SwitchSection(PreviousSection); in ParseDirectivePrevious() 526 getStreamer().SwitchSection(Comment); in ParseDirectiveIdent() 579 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
|
D | DarwinAsmParser.cpp | 370 getStreamer().SwitchSection(getContext().getMachOSection( in ParseSectionSwitch() 538 getStreamer().SwitchSection(getContext().getMachOSection( in ParseDirectiveSection() 572 getStreamer().SwitchSection(PreviousSection); in ParseDirectivePrevious()
|
D | COFFAsmParser.cpp | 171 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseSectionSwitch()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 520 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 541 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 565 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 594 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile() 657 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection()); in EmitEndOfAsmFile() 692 OutStreamer.SwitchSection(TLOFELF.getDataRelSection()); in EmitEndOfAsmFile()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 200 MCOS->SwitchSection(Section); in EmitDwarfLineTable() 209 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 222 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 472 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 522 MCOS->SwitchSection(context.getGenDwarfSection()); in EmitGenDwarfAranges() 527 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 590 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 751 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 756 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 761 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() [all …]
|
D | MCWin64EH.cpp | 252 streamer.SwitchSection(xdataSect); in EmitUnwindInfo() 264 streamer.SwitchSection(xdataSect); in Emit() 272 streamer.SwitchSection(pdataSect); in Emit()
|
D | MCPureStreamer.cpp | 117 SwitchSection(getContext().getMachOSection("__TEXT", "__text", in InitToTextSection()
|
D | WinCOFFStreamer.cpp | 103 SwitchSection(getContext().getCOFFSection(Section, Characteristics, Kind)); in SetSection()
|
D | MCMachOStreamer.cpp | 103 SwitchSection(getContext().getMachOSection( in InitToTextSection()
|
D | MCELFStreamer.cpp | 38 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind)); in SetSection()
|
D | MCAsmStreamer.cpp | 136 SwitchSection(getContext().getMachOSection( in InitToTextSection()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsReginfo.cpp | 53 OS.SwitchSection(TLOFELF.getReginfoSection()); in emitMipsReginfoSectionCG()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 53 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in runOnMachineFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 608 OutStreamer.SwitchSection(TextSections[i]); in EmitStartOfAsmFile() 615 OutStreamer.SwitchSection(sect); in EmitStartOfAsmFile() 621 OutStreamer.SwitchSection(sect); in EmitStartOfAsmFile() 628 OutStreamer.SwitchSection(StaticInitSect); in EmitStartOfAsmFile() 654 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection()); in EmitEndOfAsmFile() 684 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile() 878 OutStreamer.SwitchSection(TLOFELF.getAttributesSection()); in emitARMAttributeSection()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 80 Streamer.SwitchSection(Sec); in emitPersonalityValue() 476 Streamer.SwitchSection(S); in emitModuleFlags()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 244 SwitchSection(EHSection); in SwitchToEHSection()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 326 OutStreamer.SwitchSection(TLOFELF.getDataRelSection()); in EmitEndOfAsmFile()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM)); in EmitGlobalVariable()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 223 void SwitchSection(const MCSection *Section) { in SwitchSection() function
|