Home
last modified time | relevance | path

Searched refs:getELFSection (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp352 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
365 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
368 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
375 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
379 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
383 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
412 Ctx->getELFSection(".debug_abbrev", DebugSecType, 0); in initELFMCObjectFileInfo()
416 Ctx->getELFSection(".debug_line_str", DebugSecType, in initELFMCObjectFileInfo()
428 Ctx->getELFSection(".debug_str", DebugSecType, in initELFMCObjectFileInfo()
434 Ctx->getELFSection(".debug_ranges", DebugSecType, 0); in initELFMCObjectFileInfo()
[all …]
H A DMCAsmInfoELF.cpp24 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0); in getNonexecutableStackSection()
H A DMCELFStreamer.cpp316 MCSection &Section = *getAssembler().getContext().getELFSection( in emitCommonSymbol()
381 MCSection *Comment = getAssembler().getContext().getELFSection( in emitIdent()
510 MCSection *CGProfile = getAssembler().getContext().getELFSection( in finalizeCGProfile()
839 AttributeSection = getContext().getELFSection(Section, Type, 0); in createAttributesSection()
H A DMCContext.cpp522 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix, in getELFNamedSection()
526 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() function in MCContext
535 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
539 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() function in MCContext
H A DELFObjectWriter.cpp612 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize); in computeSymbolTable()
713 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, 4); in computeSymbolTable()
1075 Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0); in writeObject()
1156 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize()
29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
35 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
38 DataRelROSectionLarge = Ctx.getELFSection( in Initialize()
42 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize()
45 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize()
47 MergeableConst4Section = Ctx.getELFSection( in Initialize()
50 MergeableConst8Section = Ctx.getELFSection( in Initialize()
53 MergeableConst16Section = Ctx.getELFSection( in Initialize()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp118 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
122 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
182 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
185 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
374 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
389 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
418 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetObjectFile.cpp43 SmallDataSection = getContext().getELFSection( in Initialize()
46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h540 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
542 return getELFSection(Section, Type, Flags, 0, "", false); in getELFSection()
545 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
547 return getELFSection(Section, Type, Flags, EntrySize, "", false, in getELFSection()
551 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
554 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
558 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
564 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp21 SmallDataSection = getContext().getELFSection( in Initialize()
23 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp32 SmallDataSection = getContext().getELFSection( in Initialize()
34 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
H A DAMDGPUAsmPrinter.cpp454 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
491 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
592 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_PROGBITS, 0)); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp48 SmallDataSection = getContext().getELFSection( in Initialize()
52 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp24 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp327 auto *S = C.getELFSection(".deplibs", ELF::SHT_LLVM_DEPENDENT_LIBRARIES, in emitModuleMetadata()
368 auto *S = C.getELFSection(Section, ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in emitModuleMetadata()
778 MCSectionELF *Section = Ctx.getELFSection( in selectExplicitSectionGlobal()
845 return Ctx.getELFSection(Name, getELFSectionType(Name, Kind), Flags, in selectELFSectionForGlobal()
952 return getContext().getELFSection( in getSectionForLSDA()
1022 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, Flags, in getSectionForMachineBasicBlock()
1115 return getContext().getELFSection(".GCC.command.line", ELF::SHT_PROGBITS, in getSectionForCommandLines()
1124 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS, in InitializeELF()
1127 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS, in InitializeELF()
1132 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp50 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp67 MCSectionELF *Nt = Context.getELFSection(".note.gnu.property", ELF::SHT_NOTE, in emitNoteSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp53 Ctx.getELFSection(".text", Type, Flags, 0, "", false, 0U, nullptr); in Initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp108 MCSection &Section = *getAssembler().getContext().getELFSection( in HexagonMCEmitCommonSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp217 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch()
659 getContext().getELFSection(SectionName, Type, Flags, Size, GroupName, in ParseSectionArguments()
843 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp104 AttributeSection = MCA.getContext().getELFSection( in finishAttributeSection()

12