HomeSort by relevance Sort by last modified time
    Searched refs:getELFSection (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 30 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
35 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
43 getContext().getELFSection(".ARM.attributes",
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 23 Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
28 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
34 Ctx.getELFSection(".cp.rodata.cst4", ELF::SHT_PROGBITS,
39 Ctx.getELFSection(".cp.rodata.cst8", ELF::SHT_PROGBITS,
44 Ctx.getELFSection(".cp.rodata.cst16", ELF::SHT_PROGBITS,
56 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.cpp 30 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 249 Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
254 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
260 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
265 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
270 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
276 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS,
282 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
287 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
292 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
297 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
MCContext.cpp 185 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
187 return getELFSection(Section, Type, Flags, Kind, 0, "");
191 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
MCELFStreamer.h 116 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
ELFObjectWriter.cpp 698 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ?
811 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0,
817 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0,
827 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0,
834 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0,
905 Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0,
    [all...]
MCELFStreamer.cpp 207 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 27 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 31 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
36 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 124 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/include/llvm/MC/
MCContext.h 183 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
186 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 194 getStreamer().SwitchSection(getContext().getELFSection(
432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
505 getContext().getELFSection(".comment", ELF::SHT_PROGBITS,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 76 const MCSection *Sec = getContext().getELFSection(NameData,
182 return getContext().getELFSection(SectionName,
234 return getContext().getELFSection(Name.str(),
261 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,

Completed in 196 milliseconds