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

  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.cpp 32 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 25 Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
30 Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS,
35 Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
40 Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS,
45 Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
50 Ctx.getELFSection(".dp.rodata.large", ELF::SHT_PROGBITS,
55 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS,
60 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS,
65 Ctx.getELFSection(".cp.rodata.cst4", ELF::SHT_PROGBITS,
70 Ctx.getELFSection(".cp.rodata.cst8", ELF::SHT_PROGBITS
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 414 Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
419 Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
425 Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
430 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS,
435 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
441 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS,
447 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS,
452 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS,
457 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
462 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS
    [all...]
MCContext.cpp 231 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
233 return getELFSection(Section, Type, Flags, Kind, 0, "");
250 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
ELFObjectWriter.cpp 330 Ctx.getELFSection(".symtab_shndxr", ELF::SHT_SYMTAB_SHNDX, 0,
    [all...]
MCELFStreamer.cpp 242 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
300 const MCSection *Comment = getAssembler().getContext().getELFSection(
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 39 getContext().getELFSection(".ARM.attributes",
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 37 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
41 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 32 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
37 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
MipsAsmPrinter.cpp 686 OutStreamer.SwitchSection(OutContext.getELFSection(
700 OutContext.getELFSection(".gcc_compiled_long32", ELF::SHT_PROGBITS, 0,
704 OutContext.getELFSection(".gcc_compiled_long64", ELF::SHT_PROGBITS, 0,
892 const MCSectionELF *M = OutContext.getELFSection(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 57 .getELFSection(".note.gc", ELF::SHT_PROGBITS, 0,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 70 const MCSection *Sec = getContext().getELFSection(NameData,
221 return getContext().getELFSection(SectionName,
275 return getContext().getELFSection(Name.str(),
302 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
366 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY,
371 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
386 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
391 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
404 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
409 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 78 const MCSectionELF *ConfigSection = Context.getELFSection(".AMDGPU.config",
101 = Context.getELFSection(".AMDGPU.csdata",
131 OutStreamer.SwitchSection(Context.getELFSection(".AMDGPU.disasm",
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 139 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/include/llvm/MC/
MCContext.h 265 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
268 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 202 getStreamer().SwitchSection(getContext().getELFSection(
548 const MCSection *ELFSection = getContext().getELFSection(
701 getContext().getELFSection(".note", ELF::SHT_NOTE, 0,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 330 const MCSectionELF *Sec = Context.getELFSection(
348 Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, ELF::SHF_ALLOC,
640 Context.getELFSection(".MIPS.abiflags", ELF::SHT_MIPS_ABIFLAGS,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 938 Streamer.getContext().getELFSection(".ARM.attributes",
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 726 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd",
763 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc",
    [all...]

Completed in 202 milliseconds