/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 345 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/llvm-project/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 350 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo() 353 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 356 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 360 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo() 363 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 366 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo() 369 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 373 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 377 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 381 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() [all …]
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 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/ |
D | XCoreTargetObjectFile.cpp | 24 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-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 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/MC/ |
D | MCObjectFileInfo.cpp | 463 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/llvm/include/llvm/MC/ |
D | MCContext.h | 342 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/ |
D | HexagonTargetObjectFile.cpp | 94 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/ |
D | AMDGPUBaseInfo.cpp | 74 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/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 118 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() 373 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal() 388 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal() 417 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 118 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-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 424 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/ |
D | MipsOptionRecord.cpp | 32 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-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord() 55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 21 SmallDataSection = getContext().getELFSection( in Initialize() 23 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 22 SmallDataSection = getContext().getELFSection( in Initialize() 24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord() 55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 34 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/ |
D | LanaiTargetObjectFile.cpp | 33 SmallDataSection = getContext().getELFSection( in Initialize() 35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 32 SmallDataSection = getContext().getELFSection( in Initialize() 34 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 475 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function 477 return getELFSection(Section, Type, Flags, 0, ""); in getELFSection() 480 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function 483 return getELFSection(Section, Type, Flags, EntrySize, Group, in getELFSection() 487 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 492 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600AsmPrinter.cpp | 113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600AsmPrinter.cpp | 113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 43 SmallDataSection = getContext().getELFSection( in Initialize() 47 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 48 SmallDataSection = getContext().getELFSection( in Initialize() 52 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|