Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp345 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
348 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
351 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
355 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
358 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
361 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
364 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
368 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
372 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
376 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCObjectFileInfo.cpp379 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo()
382 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
385 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
389 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo()
392 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
395 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
398 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
402 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
406 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
410 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
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()
32 DataSectionLarge = Ctx.getELFSection(".dp.data.large", 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()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
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()
32 DataSectionLarge = Ctx.getELFSection(".dp.data.large", 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()
[all …]
/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/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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRTargetObjectFile.cpp25 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
27 Ctx.getELFSection(".progmem1.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
29 Ctx.getELFSection(".progmem2.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
31 Ctx.getELFSection(".progmem3.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
33 Ctx.getELFSection(".progmem4.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
35 Ctx.getELFSection(".progmem5.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); 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/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-10.0/llvm/lib/Target/Hexagon/
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()
371 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
386 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
415 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp117 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
121 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
181 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
184 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal()
375 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
390 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
419 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
DM68kTargetObjectFile.cpp43 SmallDataSection = getContext().getELFSection( in Initialize()
46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h424 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
426 return getELFSection(Section, Type, Flags, 0, ""); in getELFSection()
429 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
432 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0); in getELFSection()
435 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
438 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection()
442 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
447 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
/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-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp22 SmallDataSection = getContext().getELFSection( in Initialize()
24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp21 SmallDataSection = getContext().getELFSection( in Initialize()
23 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCContext.h563 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
565 return getELFSection(Section, Type, Flags, 0, "", false); in getELFSection()
568 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
570 return getELFSection(Section, Type, Flags, EntrySize, "", false, in getELFSection()
574 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function
577 return getELFSection(Section, Type, Flags, EntrySize, Group, IsComdat, in getELFSection()
581 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
587 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
/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-10.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp33 SmallDataSection = getContext().getELFSection( in Initialize()
35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp32 SmallDataSection = getContext().getELFSection( in Initialize()
34 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()

12345