| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 176 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 183 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE() 202 MS->SwitchSection(Section); in emitSectionContents() 222 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings() 234 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrOffSection()); in emitStrings() 257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames() 283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc() 301 MS->SwitchSection(SwiftASTSection); in emitSwiftAST() 436 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 | 113 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule() 118 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGIATsSection()); in endModule() 124 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 | 653 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable() 667 OutStreamer->SwitchSection(TLVSect); in emitGlobalVariable() 688 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable() 1898 OutStreamer->SwitchSection( in doFinalization() 1901 OutStreamer->SwitchSection( in doFinalization() 1910 OutStreamer->SwitchSection(S); in doFinalization() 1931 OutStreamer->SwitchSection( in doFinalization() 2383 OutStreamer->SwitchSection(CommandLine); in emitModuleCommandLines() 3258 OutStreamer->SwitchSection( in emitBasicBlockStart() 3513 OutStreamer->SwitchSection(InstMap); in emitXRayTable() [all …]
|
| H A D | AIXException.cpp | 39 Asm->OutStreamer->SwitchSection( in emitExceptionInfoTable()
|
| H A D | AddressPool.cpp | 47 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
|
| H A D | ErlangGCPrinter.cpp | 49 OS.SwitchSection( in finishAssembly()
|
| /freebsd-13.1/contrib/llvm-project/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() 319 SwitchSection(&Section); in emitCommonSymbol() 325 SwitchSection(P.first, P.second); in emitCommonSymbol() 384 SwitchSection(Comment); in emitIdent() 514 SwitchSection(CGProfile); in finalizeCGProfile() 837 SwitchSection(AttributeSection); in createAttributesSection() 840 SwitchSection(AttributeSection); in createAttributesSection()
|
| H A D | MCDwarf.cpp | 252 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit() 268 MCOS.SwitchSection(Section); in Emit() 315 MCOS->SwitchSection( in emitSection() 747 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 800 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 879 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 1137 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 1142 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 1148 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() 1833 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit() [all …]
|
| H A D | MCWin64EH.cpp | 229 Streamer.SwitchSection(XData); in Emit() 236 Streamer.SwitchSection(PData); in Emit() 247 Streamer.SwitchSection(XData); in EmitUnwindInfo() 1093 Streamer.SwitchSection(XData); in Emit() 1106 Streamer.SwitchSection(PData); in Emit() 1121 Streamer.SwitchSection(info->TextSection); in EmitUnwindInfo() 1127 Streamer.SwitchSection(XData); in EmitUnwindInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 77 OutStreamer.SwitchSection(Nt); in emitNoteSection() 93 OutStreamer.SwitchSection(Cur); in emitNoteSection()
|
| /freebsd-13.1/contrib/llvm-project/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,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 114 OutStreamer->SwitchSection(ConfigSection); in runOnMachineFunction() 123 OutStreamer->SwitchSection(CommentSection); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 169 OutStreamer->SwitchSection(IV); in EmitInterruptVectorSection() 173 OutStreamer->SwitchSection(Cur); in EmitInterruptVectorSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 111 SwitchSection(&Section); in HexagonMCEmitCommonSymbol() 123 SwitchSection(P.first, P.second); in HexagonMCEmitCommonSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 184 Out.SwitchSection(OutputTypes); in addAllTypesFromDWP() 218 Out.SwitchSection(OutputTypes); in addAllTypesFromTypesSection() 376 Out.SwitchSection(StrOffsetSection); in writeStringsAndOffsets() 430 Out.SwitchSection(Section); in writeIndex() 529 Out.SwitchSection(OutSection); in handleSection() 636 Out.SwitchSection(InfoSection); in write() 706 Out.SwitchSection(InfoSection); in write()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 248 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseSectionSwitch() 276 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseDirectiveSegment() 304 getStreamer().SwitchSection(getContext().getCOFFSection( in ParseDirectiveIncludelib()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 46 Out.SwitchSection(Sec); in getOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 643 OutStreamer->SwitchSection(Nt); in emitStartOfAsmFile() 660 OutStreamer->SwitchSection(Cur); in emitStartOfAsmFile() 665 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile() 741 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 101 Streamer.SwitchSection(AttributeSection); in finishAttributeSection() 106 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
|