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

  /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/ARM/
ARMTargetObjectFile.cpp 32 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
37 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
45 getContext().getELFSection(".ARM.attributes",
61 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY,
76 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 275 Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
280 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
286 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
291 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
296 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
302 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS,
308 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
313 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
318 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
323 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
MCContext.cpp 190 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
192 return getELFSection(Section, Type, Flags, Kind, 0, "");
196 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
ELFObjectWriter.cpp     [all...]
MCELFStreamer.cpp 129 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
330 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 36 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
40 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /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/CodeGen/
TargetLoweringObjectFileImpl.cpp 75 const MCSection *Sec = getContext().getELFSection(NameData,
181 return getContext().getELFSection(SectionName,
234 return getContext().getELFSection(Name.str(),
261 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
353 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
366 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 128 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/include/llvm/MC/
MCContext.h 210 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
213 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,
506 getContext().getELFSection(".comment", ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 397 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd",
425 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc",

Completed in 2466 milliseconds