/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()
|
D | DwarfDebug.cpp | 710 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection()); in endModule() 712 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endModule() 717 Asm->OutStreamer.SwitchSection(SectionMap[i]); in endModule() 1461 Asm->OutStreamer.SwitchSection(Section); in EmitSectionSym() 1593 Asm->OutStreamer.SwitchSection( in emitDebugInfo() 1631 Asm->OutStreamer.SwitchSection( in emitAbbreviations() 1688 Asm->OutStreamer.SwitchSection( in emitDebugPubNames() 1737 Asm->OutStreamer.SwitchSection( in emitDebugPubTypes() 1786 Asm->OutStreamer.SwitchSection( in emitDebugStr() 1824 Asm->OutStreamer.SwitchSection( in emitDebugLoc() [all …]
|
/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()
|
D | AddressPool.cpp | 32 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
|
/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/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()
|
D | MipsELFStreamer.h | 58 void SwitchSection(MCSection *Section,
|
/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/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 113 SwitchSection(&Section); in HexagonMCEmitCommonSymbol() 123 SwitchSection(P.first, P.second); in HexagonMCEmitCommonSymbol()
|
/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/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 194 getStreamer().SwitchSection(getContext().getELFSection( in ParseSectionSwitch() 432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, in ParseDirectiveSection() 442 getStreamer().SwitchSection(PreviousSection); in ParseDirectivePrevious() 512 getStreamer().SwitchSection(Comment); in ParseDirectiveIdent()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1034 OutStreamer->SwitchSection(OutContext.getELFSection( in EmitStartOfAsmFile() 1051 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 1109 OutStreamer->SwitchSection(Section); in EmitFunctionEntryLabel() 1124 OutStreamer->SwitchSection(Current.first, Current.second); in EmitFunctionEntryLabel() 1144 OutStreamer->SwitchSection(Section); in doFinalization() 1325 OutStreamer->SwitchSection(TLOFMacho.getTextCoalSection()); in EmitStartOfAsmFile() 1327 OutStreamer->SwitchSection( in EmitStartOfAsmFile() 1333 OutStreamer->SwitchSection( in EmitStartOfAsmFile() 1339 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile() 1372 OutStreamer->SwitchSection(TLOFMacho.getNonLazySymbolPointerSection()); in doFinalization()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 193 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch() 524 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments() 547 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious() 683 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 81 Out.SwitchSection(StrOffsetSection); in writeStringsAndOffsets() 203 Out.SwitchSection(OutputTypes); in addAllTypesFromDWP() 235 Out.SwitchSection(OutputTypes); in addAllTypes() 302 Out.SwitchSection(Section); in writeIndex() 449 Out.SwitchSection(OutSection); in handleSection()
|
D | DWPStringPool.h | 46 Out.SwitchSection(Sec); in getOffset()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 157 OutStreamer->SwitchSection(ConfigSection); in runOnMachineFunction() 179 OutStreamer->SwitchSection(CommentSection); in runOnMachineFunction() 235 OutStreamer->SwitchSection( in runOnMachineFunction() 719 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in EmitAmdKernelCodeT()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 215 OutStreamer.SwitchSection(Section); in smallData() 244 OutStreamer.SwitchSection(Section); in smallData() 286 OutStreamer->SwitchSection(Current.first, Current.second); in HexagonProcessInstruction() 305 OutStreamer->SwitchSection(Current.first, Current.second); in HexagonProcessInstruction()
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 264 OS.SwitchSection(Note); in EmitDirectiveHSACodeObjectVersion() 292 OS.SwitchSection(Note); in EmitDirectiveHSACodeObjectISA()
|