Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp331 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
336 Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
342 Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
347 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
352 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
358 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, in InitELFMCObjectFileInfo()
364 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
369 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
374 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
379 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS, in InitELFMCObjectFileInfo()
[all …]
DMCContext.cpp239 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() function in MCContext
241 return getELFSection(Section, Type, Flags, Kind, 0, ""); in getELFSection()
245 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() function in MCContext
DELFObjectWriter.cpp1013 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ? in CreateRelocationSections()
1136 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
1142 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, in CreateMetadataSections()
1152 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, in CreateMetadataSections()
1159 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
1230 Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0, in CreateIndexedSections()
1293 SymtabSection = Asm.getContext().getELFSection(".symtab", ELF::SHT_SYMTAB, in WriteSection()
1303 InfoSection = Asm.getContext().getELFSection(SectionName, in WriteSection()
1350 Asm.getContext().getELFSection(".text", in WriteSection()
1356 Asm.getContext().getELFSection(SecName.substr(sizeof(".ARM.exidx") - 1), in WriteSection()
DMCELFStreamer.cpp39 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind)); in SetSection()
268 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol()
/external/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/lib/Target/Mips/
DMipsTargetObjectFile.cpp32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
45 getContext().getELFSection(".MIPS.options", in Initialize()
51 getContext().getELFSection(".reginfo", in Initialize()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp74 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue()
211 return getContext().getELFSection(SectionName, in getExplicitSectionGlobal()
264 return getContext().getELFSection(Name.str(), in SelectSectionForGlobal()
291 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in SelectSectionForGlobal()
355 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY, in getStaticCtorSection()
360 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in getStaticCtorSection()
375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY, in getStaticDtorSection()
380 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, in getStaticDtorSection()
393 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp37 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize()
41 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.cpp36 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp38 getContext().getELFSection(".ARM.attributes", in Initialize()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp203 getStreamer().SwitchSection(getContext().getELFSection( in ParseSectionSwitch()
465 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, in ParseSectionArguments()
540 getContext().getELFSection(".comment", ELF::SHT_PROGBITS, in ParseDirectiveIdent()
596 getContext().getELFSection(".note", ELF::SHT_NOTE, 0, in ParseDirectiveVersion()
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp57 .getELFSection(".note.gc", ELF::SHT_PROGBITS, 0, in finishAssembly()
/external/llvm/include/llvm/MC/
DMCContext.h250 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
253 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp127 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, in getNonexecutableStackSection()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp253 EHSection = getContext().getELFSection( in SwitchToEHSection()
257 EHSection = getContext().getELFSection(EHSecName, Type, Flags, Kind); in SwitchToEHSection()
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp63 .getELFSection(".AMDGPU.config", in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp735 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd", in EmitFunctionEntryLabel()
769 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc", in doFinalization()