| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 119 MS->switchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 177 MS->switchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 184 MS->switchSection(MOFI->getDwarfInfoSection()); in emitDIE() 203 MS->switchSection(Section); in emitSectionContents() 223 Asm->OutStreamer->switchSection(MOFI->getDwarfStrSection()); in emitStrings() 235 Asm->OutStreamer->switchSection(MOFI->getDwarfStrOffSection()); in emitStrings() 284 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc() 302 MS->switchSection(SwiftASTSection); in emitSwiftAST() 314 MS->switchSection(ReflectionSection); in emitSwiftReflectionSection() 451 MS->switchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | OcamlGCPrinter.cpp | 75 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 78 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() 102 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly() 105 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly() 111 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
|
| H A D | WinCFGuard.cpp | 110 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule() 115 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule() 121 OS.switchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection()); in endModule()
|
| H A D | DwarfStringPool.cpp | 58 Asm.OutStreamer->switchSection(Section); in emitStringOffsetsTableHeader() 81 Asm.OutStreamer->switchSection(StrSection); in emit() 120 Asm.OutStreamer->switchSection(OffsetSection); in emit()
|
| H A D | AsmPrinter.cpp | 815 OutStreamer->switchSection(TheSection); in emitGlobalVariable() 829 OutStreamer->switchSection(TLVSect); in emitGlobalVariable() 850 OutStreamer->switchSection(TheSection); in emitGlobalVariable() 1929 OutStreamer->switchSection(RemarksSection); in emitRemarksSection() 2130 OutStreamer->switchSection(S); in doFinalization() 2151 OutStreamer->switchSection( in doFinalization() 2613 OutStreamer->switchSection(CommandLine); in emitModuleCommandLines() 3538 OutStreamer->switchSection( in emitBasicBlockStart() 3793 OutStreamer->switchSection(InstMap); in emitXRayTable() 3820 OutStreamer->switchSection(FnSledIndex); in emitXRayTable() [all …]
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 73 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections() 76 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections() 79 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections() 82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections() 290 switchSection(MFI->getDrectveSection()); in emitCommonSymbol() 302 switchSection(Section); in emitLocalCommonSymbol()
|
| H A D | MCELFStreamer.cpp | 93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections() 97 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in initSections() 321 switchSection(&Section); in emitCommonSymbol() 327 switchSection(P.first, P.second); in emitCommonSymbol() 386 switchSection(Comment); in emitIdent() 516 switchSection(CGProfile); in finalizeCGProfile() 836 switchSection(AttributeSection); in createAttributesSection() 839 switchSection(AttributeSection); in createAttributesSection()
|
| H A D | MCDwarf.cpp | 272 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit() 288 MCOS.switchSection(Section); in Emit() 335 MCOS->switchSection( in emitSection() 777 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 830 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 909 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 1167 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 1172 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 1178 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() 1864 Streamer.switchSection(MOFI->getCompactUnwindSection()); in Emit() [all …]
|
| H A D | MCWin64EH.cpp | 231 Streamer.switchSection(XData); in Emit() 238 Streamer.switchSection(PData); in Emit() 249 Streamer.switchSection(XData); in EmitUnwindInfo() 2230 Streamer.switchSection(XData); in Emit() 2243 Streamer.switchSection(PData); in Emit() 2258 Streamer.switchSection(info->TextSection); in EmitUnwindInfo() 2264 Streamer.switchSection(XData); in EmitUnwindInfo() 2275 Streamer.switchSection(XData); in Emit() 2288 Streamer.switchSection(PData); in Emit() 2303 Streamer.switchSection(info->TextSection); in EmitUnwindInfo() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 79 OutStreamer.switchSection(Nt); in emitNoteSection() 95 OutStreamer.switchSection(Cur); in emitNoteSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 41 Streamer->switchSection(Sec); in EmitMipsOptionRecord() 59 Streamer->switchSection(Sec); in EmitMipsOptionRecord()
|
| H A D | MipsELFStreamer.cpp | 93 void MipsELFStreamer::switchSection(MCSection *Section, in switchSection() function in MipsELFStreamer 95 MCELFStreamer::switchSection(Section, Subsection); in switchSection()
|
| H A D | MipsELFStreamer.h | 53 void switchSection(MCSection *Section,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 114 OutStreamer->switchSection(ConfigSection); in runOnMachineFunction() 123 OutStreamer->switchSection(CommentSection); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTableHeaders.cpp | 104 TheStreamer->switchSection(Section); in emitDebugLineSection() 118 TheStreamer->switchSection(C.MOFI->getDwarfLineSection()); in emitDebugLineSection() 136 TheStreamer->switchSection(TheStreamer->getContext() in emitDebugLineSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 172 OutStreamer->switchSection(IV); in EmitInterruptVectorSection() 176 OutStreamer->switchSection(Cur); in EmitInterruptVectorSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 111 switchSection(&Section); in HexagonMCEmitCommonSymbol() 123 switchSection(P.first, P.second); in HexagonMCEmitCommonSymbol()
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 187 Out.switchSection(OutputTypes); in addAllTypesFromDWP() 221 Out.switchSection(OutputTypes); in addAllTypesFromTypesSection() 382 Out.switchSection(StrOffsetSection); in writeStringsAndOffsets() 436 Out.switchSection(Section); in writeIndex() 536 Out.switchSection(OutSection); in handleSection() 643 Out.switchSection(InfoSection); in write() 719 Out.switchSection(InfoSection); in write()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 241 getStreamer().switchSection(getContext().getCOFFSection( in ParseSectionSwitch() 269 getStreamer().switchSection(getContext().getCOFFSection( in ParseDirectiveSegment() 297 getStreamer().switchSection(getContext().getCOFFSection( in ParseDirectiveIncludelib()
|
| H A D | WasmAsmParser.cpp | 96 getStreamer().switchSection(S); in parseSectionDirectiveData() 204 getStreamer().switchSection(WS); in parseSectionDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 51 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 684 OutStreamer->switchSection(Nt); in emitStartOfAsmFile() 701 OutStreamer->switchSection(Cur); in emitStartOfAsmFile() 706 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile() 782 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs() 846 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 46 Out.switchSection(Sec); in getOffset()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 252 Streamer.switchSection(BC.getTextSection()); in emitFunctions() 265 Streamer.switchSection(BC.getTextSection()); in emitFunctions() 280 Streamer.switchSection(Section); in emitFunction() 773 Streamer.switchSection(JT.Count > 0 ? HotSection : ColdSection); in emitJumpTable() 790 Streamer.switchSection(HotSection); in emitJumpTable() 792 Streamer.switchSection(ColdSection); in emitJumpTable() 878 Streamer.switchSection(BC.MOFI->getLSDASection()); in emitLSDA()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 46 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
|