/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 | 36 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
|
/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/MC/ |
MCObjectFileInfo.cpp | 331 Ctx->getELFSection(".bss", ELF::SHT_NOBITS, 336 Ctx->getELFSection(".text", ELF::SHT_PROGBITS, 342 Ctx->getELFSection(".data", ELF::SHT_PROGBITS, 347 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, 352 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, 358 Ctx->getELFSection(".tbss", ELF::SHT_NOBITS, 364 Ctx->getELFSection(".data.rel", ELF::SHT_PROGBITS, 369 Ctx->getELFSection(".data.rel.local", ELF::SHT_PROGBITS, 374 Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, 379 Ctx->getELFSection(".data.rel.ro.local", ELF::SHT_PROGBITS [all...] |
MCContext.cpp | 239 getELFSection(StringRef Section, unsigned Type, unsigned Flags, 241 return getELFSection(Section, Type, Flags, Kind, 0, ""); 245 getELFSection(StringRef Section, unsigned Type, unsigned Flags,
|
ELFObjectWriter.cpp | [all...] |
MCELFStreamer.cpp | 39 SwitchSection(getContext().getELFSection(Section, Type, Flags, Kind)); 268 const MCSection *Section = getAssembler().getContext().getELFSection(".bss",
|
/external/llvm/lib/Target/ARM/ |
ARMTargetObjectFile.cpp | 38 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/CodeGen/AsmPrinter/ |
ErlangGCPrinter.cpp | 57 .getELFSection(".note.gc", ELF::SHT_PROGBITS, 0,
|
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 74 const MCSection *Sec = getContext().getELFSection(NameData, 211 return getContext().getELFSection(SectionName, 264 return getContext().getELFSection(Name.str(), 291 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, 355 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY, 360 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, 375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY, 380 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, 393 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY, 398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCAsmInfo.cpp | 127 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
|
/external/llvm/lib/MC/MCParser/ |
ELFAsmParser.cpp | 203 getStreamer().SwitchSection(getContext().getELFSection( 465 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, 540 getContext().getELFSection(".comment", ELF::SHT_PROGBITS, 596 getContext().getELFSection(".note", ELF::SHT_NOTE, 0,
|
/external/llvm/include/llvm/MC/ |
MCContext.h | 250 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, 253 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 253 EHSection = getContext().getELFSection( 257 EHSection = getContext().getELFSection(EHSecName, Type, Flags, Kind);
|
/external/llvm/lib/Target/R600/ |
AMDGPUAsmPrinter.cpp | 63 .getELFSection(".AMDGPU.config",
|
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 735 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd", 769 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc", [all...] |