Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp480 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
483 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
486 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
490 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
493 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
496 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
499 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
503 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
507 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
511 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
[all …]
DMCAsmInfoELF.cpp27 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0); in getNonexecutableStackSection()
/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 …]
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/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/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-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp119 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
123 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
183 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
186 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
364 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
379 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
408 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-7.0/llvm/include/llvm/MC/
DMCContext.h393 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
395 return getELFSection(Section, Type, Flags, 0, ""); in getELFSection()
398 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
401 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0); in getELFSection()
404 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
407 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection()
411 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
416 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp38 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
56 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp34 SmallDataSection = getContext().getELFSection( in Initialize()
36 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp114 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
123 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
/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-7.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp49 SmallDataSection = getContext().getELFSection( in Initialize()
53 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/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()

123