Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp463 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
466 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
469 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
473 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
476 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
479 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
486 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
490 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
494 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
[all …]
DMCAsmInfoELF.cpp26 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0); in getNonexecutableStackSection()
DMCContext.cpp330 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix); in getELFNamedSection()
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() function in MCContext
341 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection()
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() function in MCContext
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
27 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize()
30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
33 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize()
36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize()
39 DataRelROSectionLarge = Ctx.getELFSection( in Initialize()
43 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize()
46 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize()
48 MergeableConst4Section = Ctx.getELFSection( in Initialize()
51 MergeableConst8Section = Ctx.getELFSection( in Initialize()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp249 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
254 Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
260 Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
265 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
270 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
276 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
282 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
287 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
292 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
297 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
[all …]
DMCContext.cpp185 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() function in MCContext
187 return getELFSection(Section, Type, Flags, Kind, 0, ""); in getELFSection()
191 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() function in MCContext
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp23 Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize()
28 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize()
34 Ctx.getELFSection(".cp.rodata.cst4", ELF::SHT_PROGBITS, in Initialize()
39 Ctx.getELFSection(".cp.rodata.cst8", ELF::SHT_PROGBITS, in Initialize()
44 Ctx.getELFSection(".cp.rodata.cst16", ELF::SHT_PROGBITS, in Initialize()
56 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize()
/external/llvm/include/llvm/MC/
DMCContext.h342 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
344 return getELFSection(Section, Type, Flags, nullptr); in getELFSection()
347 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
349 return getELFSection(Section, Type, Flags, 0, "", BeginSymName); in getELFSection()
352 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
355 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr); in getELFSection()
358 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
361 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0, in getELFSection()
365 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
368 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetObjectFile.cpp30 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in Initialize()
35 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in Initialize()
43 getContext().getELFSection(".ARM.attributes", in Initialize()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp94 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
98 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
156 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
159 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
339 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
354 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
383 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp74 return Ctx.getELFSection(".hsatext", ELF::SHT_PROGBITS, in getHSATextSection()
82 return Ctx.getELFSection(".hsadata_global_agent", ELF::SHT_PROGBITS, in getHSADataGlobalAgentSection()
89 return Ctx.getELFSection(".hsadata_global_program", ELF::SHT_PROGBITS, in getHSADataGlobalProgramSection()
95 return Ctx.getELFSection(".hsarodata_readonly_agent", ELF::SHT_PROGBITS, in getHSARodataReadonlyAgentSection()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp27 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetObjectFile.cpp31 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
36 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp32 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
50 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
/external/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp34 SmallDataSection = getContext().getELFSection( in Initialize()
36 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp43 SmallDataSection = getContext().getELFSection( in Initialize()
47 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.cpp30 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp76 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue()
182 return getContext().getELFSection(SectionName, in getExplicitSectionGlobal()
234 return getContext().getELFSection(Name.str(), in SelectSectionForGlobal()
261 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in SelectSectionForGlobal()
/external/llvm/lib/Target/AVR/
DAVRTargetObjectFile.cpp25 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h183 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
186 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in Initialize()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion()
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp194 getStreamer().SwitchSection(getContext().getELFSection( in ParseSectionSwitch()
432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, in ParseDirectiveSection()
505 getContext().getELFSection(".comment", ELF::SHT_PROGBITS, in ParseDirectiveIdent()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp124 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp55 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()

12