| /netbsd-src/external/apache2/llvm/dist/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() 267 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamespaceSection()); in emitAppleNamespaces() 275 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames() 283 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 | 639 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable() 653 OutStreamer->SwitchSection(TLVSect); in emitGlobalVariable() 674 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable() 724 OutStreamer->SwitchSection(MF->getSection()); in emitFunctionHeader() 1136 OutStreamer->SwitchSection(BBAddrMapSection); in emitBBAddrMapSection() 1178 OutStreamer->SwitchSection(StackSizeSection); in emitStackSizeSection() 1442 OutStreamer->SwitchSection(MF->getSection()); in emitFunctionBody() 1688 OutStreamer->SwitchSection(RemarksSection); in emitRemarksSection() 1759 OutStreamer->SwitchSection(TLOF.getDataSection()); in doFinalization() 1783 OutStreamer->SwitchSection(OutContext.getCOFFSection( in doFinalization() [all …]
|
| H A D | AIXException.cpp | 39 Asm->OutStreamer->SwitchSection( in emitExceptionInfoTable()
|
| H A D | AddressPool.cpp | 47 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
|
| /netbsd-src/external/apache2/llvm/dist/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 | MCDwarf.cpp | 252 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in emit() 268 MCOS.SwitchSection(Section); in Emit() 315 MCOS->SwitchSection( in emitSection() 795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 848 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 927 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 1104 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRnglistsSection()); in emitGenDwarfRanges() 1124 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges() 1185 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 1190 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() [all …]
|
| H A D | MCELFStreamer.cpp | 92 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections() 96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections() 318 SwitchSection(&Section); in emitCommonSymbol() 324 SwitchSection(P.first, P.second); in emitCommonSymbol() 383 SwitchSection(Comment); in emitIdent()
|
| 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 77 OutStreamer.SwitchSection(Nt); in emitNoteSection() 93 OutStreamer.SwitchSection(Cur); in emitNoteSection()
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | R600AsmPrinter.cpp | 114 OutStreamer->SwitchSection(ConfigSection); in runOnMachineFunction() 123 OutStreamer->SwitchSection(CommentSection); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 97 Streamer.SwitchSection(AttributeSection); in finishAttributeSection() 102 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 110 SwitchSection(&Section); in HexagonMCEmitCommonSymbol() 122 SwitchSection(P.first, P.second); in HexagonMCEmitCommonSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 169 OutStreamer->SwitchSection(IV); in EmitInterruptVectorSection() 173 OutStreamer->SwitchSection(Cur); in EmitInterruptVectorSection()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| H A D | ELFAsmParser.cpp | 217 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch() 661 getStreamer().SwitchSection(Section, Subsection); in ParseSectionArguments() 703 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious() 846 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 643 OutStreamer->SwitchSection(Nt); in emitStartOfAsmFile() 661 OutStreamer->SwitchSection(Cur); in emitStartOfAsmFile() 666 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile() 742 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFStreamer.cpp | 43 Streamer.SwitchSection(AttributeSection); in MSP430TargetELFStreamer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | DWPStringPool.h | 46 Out.SwitchSection(Sec); in getOffset()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 313 Streamer.SwitchSection(S); in emitModuleMetadata() 329 Streamer.SwitchSection(S); in emitModuleMetadata() 353 Streamer.SwitchSection(S); in emitModuleMetadata() 368 Streamer.SwitchSection(S); in emitModuleMetadata() 402 Streamer.SwitchSection(Sec); in emitPersonalityValue() 1185 Streamer.SwitchSection(S); in emitModuleMetadata() 1734 Streamer.SwitchSection(S); in emitModuleMetadata() 1751 Streamer.SwitchSection(Sec); in emitLinkerDirectives() 1770 Streamer.SwitchSection(getDrectveSection()); in emitLinkerDirectives() 1796 Streamer.SwitchSection(getDrectveSection()); in emitLinkerDirectives()
|