| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 126 MS->switchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 132 MS->switchSection(MOFI->getDwarfInfoSection()); in emitCompileUnitHeader() 156 MS->switchSection(MOFI->getDwarfInfoSection()); in emitDIE() 167 Asm->OutStreamer->switchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames() 185 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelNamespaceSection()); in emitAppleNamespaces() 193 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames() 201 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc() 209 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 156 MS->switchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 214 MS->switchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 221 MS->switchSection(MOFI->getDwarfInfoSection()); in emitDIE() 233 MS->switchSection(Section); in emitSectionContents() 295 Asm->OutStreamer->switchSection(MOFI->getDwarfStrSection()); in emitStrings() 313 Asm->OutStreamer->switchSection(MOFI->getDwarfStrOffSection()); in emitStringOffsets() 340 Asm->OutStreamer->switchSection(MOFI->getDwarfLineStrSection()); in emitLineStrings() 417 MS->switchSection(SwiftASTSection); in emitSwiftAST() 429 MS->switchSection(ReflectionSection); in emitSwiftReflectionSection() 738 Asm->OutStreamer->switchSection(MOFI->getDwarfAddrSection()); in emitDwarfDebugAddrs() [all …]
|
| /freebsd-14.2/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 | 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 | 862 OutStreamer->switchSection(TheSection); in emitGlobalVariable() 876 OutStreamer->switchSection(TLVSect); in emitGlobalVariable() 897 OutStreamer->switchSection(TheSection); in emitGlobalVariable() 1474 OutStreamer->switchSection(Section); in emitKCFITrapEntry() 1584 OutStreamer->switchSection(S); in emitPCSections() 2489 OutStreamer->switchSection(S); in doFinalization() 2511 OutStreamer->switchSection( in doFinalization() 3010 OutStreamer->switchSection(CommandLine); in emitModuleCommandLines() 3951 OutStreamer->switchSection( in emitBasicBlockStart() 4213 OutStreamer->switchSection(InstMap); in emitXRayTable() [all …]
|
| H A D | AIXException.cpp | 51 Asm->OutStreamer->switchSection(EHInfo); in emitExceptionInfoTable()
|
| H A D | AddressPool.cpp | 48 Asm.OutStreamer->switchSection(AddrSection); in emit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 72 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections() 75 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections() 78 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections() 81 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections() 292 switchSection(MFI->getDrectveSection()); in emitCommonSymbol() 304 switchSection(Section); in emitLocalCommonSymbol()
|
| H A D | MCELFStreamer.cpp | 93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections() 98 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in initSections() 327 switchSection(&Section); in emitCommonSymbol() 333 switchSection(P.first, P.second); in emitCommonSymbol() 391 switchSection(Comment); in emitIdent() 520 switchSection(CGProfile); in finalizeCGProfile() 842 switchSection(AttributeSection); in createAttributesSection() 845 switchSection(AttributeSection); in createAttributesSection()
|
| H A D | MCDwarf.cpp | 275 MCOS->switchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit() 291 MCOS.switchSection(Section); in Emit() 337 MCOS->switchSection( in emitSection() 776 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 829 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 908 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 1166 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 1171 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 1177 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() 1870 Streamer.switchSection(MOFI->getCompactUnwindSection()); in Emit() [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 78 OutStreamer.switchSection(Nt); in emitNoteSection() 94 OutStreamer.switchSection(Cur); in emitNoteSection()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 172 OutStreamer->switchSection(IV); in EmitInterruptVectorSection() 176 OutStreamer->switchSection(Cur); in EmitInterruptVectorSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 111 switchSection(&Section); in HexagonMCEmitCommonSymbol() 122 switchSection(P.first, P.second); in HexagonMCEmitCommonSymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 51 OutStreamer->switchSection(TheSection); in emitGlobalVariable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 211 Out.switchSection(OutputTypes); in addAllTypesFromDWP() 260 Out.switchSection(OutputTypes); in addAllTypesFromTypesSection() 440 Out.switchSection(StrOffsetSection); in writeStringsAndOffsets() 497 Out.switchSection(Section); in writeIndex() 595 Out.switchSection(OutSection); in handleSection() 723 Out.switchSection(InfoSection); in write() 815 Out.switchSection(InfoSection); in write()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 46 Out.switchSection(Sec); in getOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 46 Streamer.switchSection(AttributeSection); in MSP430TargetELFStreamer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 237 getStreamer().switchSection(Section); in ParseSectionSwitch() 372 getStreamer().switchSection(Section); in ParseDirectiveSegment() 399 getStreamer().switchSection(getContext().getCOFFSection( in ParseDirectiveIncludelib()
|
| H A D | WasmAsmParser.cpp | 98 getStreamer().switchSection(S); in parseSectionDirectiveData() 206 getStreamer().switchSection(WS); in parseSectionDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 864 OutStreamer->switchSection(Nt); in emitStartOfAsmFile() 880 OutStreamer->switchSection(Cur); in emitStartOfAsmFile() 885 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile() 967 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs() 1028 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
|