/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.cpp | 138 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 179 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 186 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE() 192 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings() 219 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames() 229 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamespaceSection()); in emitAppleNamespaces() 237 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames() 245 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc() 253 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes() 263 MS->SwitchSection(SwiftASTSection); in emitSwiftAST() [all …]
|
/external/swiftshader/third_party/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()
|
/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 | 43 Asm.OutStreamer->SwitchSection(StrSection); in emit() 69 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
|
D | DwarfFile.cpp | 68 Asm->OutStreamer->SwitchSection(USection); in emitUnit() 135 Asm->OutStreamer->SwitchSection(Section); in emitAbbrevs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 76 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 79 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 103 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 106 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 112 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
D | DwarfStringPool.cpp | 47 Asm.OutStreamer->SwitchSection(Section); in emitStringOffsetsTableHeader() 70 Asm.OutStreamer->SwitchSection(StrSection); in emit() 96 Asm.OutStreamer->SwitchSection(OffsetSection); in emit()
|
D | AddressPool.cpp | 30 Asm.OutStreamer->SwitchSection(Section); in emitHeader() 51 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
|
D | AsmPrinter.cpp | 574 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable() 588 OutStreamer->SwitchSection(TLVSect); in EmitGlobalVariable() 609 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable() 649 OutStreamer->SwitchSection(getObjFileLowering().SectionForGlobal(&F, TM)); in EmitFunctionHeader() 1004 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection() 1385 OutStreamer->SwitchSection(TLOF.getDataSection()); in doFinalization() 1459 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization() 1473 OutStreamer->SwitchSection( in doFinalization() 1476 OutStreamer->SwitchSection( in doFinalization() 1485 OutStreamer->SwitchSection(S); in doFinalization() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 450 OutStreamer.SwitchSection(TLOFMacho.getTextCoalSection()); in EmitStartOfAsmFile() 452 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 458 OutStreamer.SwitchSection( in EmitStartOfAsmFile() 464 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 499 OutStreamer.SwitchSection(StubSection); in EmitFunctionStubs() 527 OutStreamer.SwitchSection(LSPSection); in EmitFunctionStubs() 550 OutStreamer.SwitchSection(StubSection); in EmitFunctionStubs() 563 OutStreamer.SwitchSection(LSPSection); in EmitFunctionStubs() 611 OutStreamer.SwitchSection(TLOFMacho.getNonLazySymbolPointerSection()); in doFinalization() 642 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCWinCOFFStreamer.cpp | 74 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 77 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections() 80 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections() 83 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 280 SwitchSection(MFI->getDrectveSection()); in EmitCommonSymbol() 292 SwitchSection(Section); in EmitLocalCommonSymbol()
|
D | MCDwarf.cpp | 223 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 250 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 266 MCOS.SwitchSection(Section); in Emit() 313 MCOS->SwitchSection( in emitSection() 795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 854 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 925 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 1094 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges() 1153 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 1158 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() [all …]
|
D | MCWin64EH.cpp | 223 Streamer.SwitchSection(XData); in Emit() 230 Streamer.SwitchSection(PData); in Emit() 240 Streamer.SwitchSection(XData); in EmitUnwindInfo()
|
/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 66 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 69 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections() 72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections() 75 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 232 SwitchSection(MFI->getDrectveSection()); in EmitCommonSymbol()
|
D | MCDwarf.cpp | 172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 514 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 573 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 645 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 810 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges() 869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 874 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 880 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit() 889 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() [all …]
|
D | MCWin64EH.cpp | 225 Streamer.SwitchSection(XData); in Emit() 232 Streamer.SwitchSection(PData); in Emit() 242 Streamer.SwitchSection(XData); in EmitUnwindInfo()
|
D | MCELFStreamer.cpp | 91 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections() 95 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections() 311 SwitchSection(&Section); in EmitCommonSymbol() 321 SwitchSection(P.first, P.second); in EmitCommonSymbol() 375 SwitchSection(Comment); in EmitIdent()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 59 void MipsELFStreamer::SwitchSection(MCSection *Section, in SwitchSection() function in MipsELFStreamer 61 MCELFStreamer::SwitchSection(Section, Subsection); in SwitchSection()
|
D | MipsOptionRecord.cpp | 36 Streamer->SwitchSection(Sec); in EmitMipsOptionRecord() 54 Streamer->SwitchSection(Sec); in EmitMipsOptionRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 42 Streamer->SwitchSection(Sec); in EmitMipsOptionRecord() 60 Streamer->SwitchSection(Sec); in EmitMipsOptionRecord()
|
D | MipsELFStreamer.cpp | 94 void MipsELFStreamer::SwitchSection(MCSection *Section, in SwitchSection() function in MipsELFStreamer 96 MCELFStreamer::SwitchSection(Section, Subsection); in SwitchSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600AsmPrinter.cpp | 115 OutStreamer->SwitchSection(ConfigSection); in runOnMachineFunction() 124 OutStreamer->SwitchSection(CommentSection); in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 478 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 499 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 523 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 553 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile() 617 OutStreamer.SwitchSection(TLOFCOFF.getDrectveSection()); in EmitEndOfAsmFile() 652 OutStreamer.SwitchSection(TLOFELF.getDataRelSection()); in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCWin64EH.cpp | 254 streamer.SwitchSection(xdataSect); in EmitUnwindInfo() 266 streamer.SwitchSection(xdataSect); in Emit() 274 streamer.SwitchSection(pdataSect); in Emit()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 113 SwitchSection(&Section); in HexagonMCEmitCommonSymbol() 123 SwitchSection(P.first, P.second); in HexagonMCEmitCommonSymbol()
|