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

1 2

  /external/swiftshader/third_party/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/swiftshader/third_party/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/
MCAsmInfoELF.cpp 26 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0);
MCObjectFileInfo.cpp 463 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
466 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
469 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
473 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC);
476 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS,
479 TLSBSSSection = Ctx->getELFSection(
482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
486 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS,
490 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS,
494 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS
    [all...]
MCContext.cpp 330 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix);
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type,
341 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID,
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.cpp 30 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
27 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS,
30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
33 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS,
36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
39 DataRelROSectionLarge = Ctx.getELFSection(
43 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS,
46 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS,
48 MergeableConst4Section = Ctx.getELFSection(
51 MergeableConst8Section = Ctx.getELFSection(
    [all...]
  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 25 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC);
  /external/swiftshader/third_party/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));
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 27 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
32 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/include/llvm/MC/
MCContext.h 342 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
344 return getELFSection(Section, Type, Flags, nullptr);
347 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
349 return getELFSection(Section, Type, Flags, 0, "", BeginSymName);
352 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
355 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
358 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
361 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
365 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
368 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID
    [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 74 return Ctx.getELFSection(".hsatext", ELF::SHT_PROGBITS,
82 return Ctx.getELFSection(".hsadata_global_agent", ELF::SHT_PROGBITS,
89 return Ctx.getELFSection(".hsadata_global_program", ELF::SHT_PROGBITS,
95 return Ctx.getELFSection(".hsarodata_readonly_agent", ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 32 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS,
50 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.cpp 31 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
36 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 94 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
98 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
156 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS,
159 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS,
339 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS,
354 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS,
383 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 34 SmallDataSection = getContext().getELFSection(
36 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 43 SmallDataSection = getContext().getELFSection(
47 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
  /external/llvm/lib/CodeGen/AsmPrinter/
ErlangGCPrinter.cpp 55 AP.getObjFileLowering().getContext().getELFSection(".note.gc",
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 124 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 183 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
186 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
  /external/swiftshader/third_party/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,

Completed in 570 milliseconds

1 2