HomeSort by relevance Sort by last modified time
    Searched refs:getELFSection (Results 1 - 15 of 15) 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/MC/
MCObjectFileInfo.cpp 306 Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
311 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
317 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
322 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
327 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
333 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS,
339 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
344 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
349 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
354 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
MCContext.cpp 235 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
237 return getELFSection(Section, Type, Flags, Kind, 0, "");
241 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
ELFObjectWriter.cpp     [all...]
MCELFStreamer.cpp 38 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind));
239 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
45 getContext().getELFSection(".MIPS.options",
51 getContext().getELFSection(".reginfo",
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 38 getContext().getELFSection(".ARM.attributes",
  /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,