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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 77 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const;
116 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 66 /// emitSectionData - write out the section data into the memory region.
81 uint64_t emitSectionData(const LDSection& pSection,
AArch64LDBackend.cpp 282 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 76 /// emitSectionData - write out the section data into the memory region.
91 uint64_t emitSectionData(const LDSection& pSection,
ARMLDBackend.cpp 333 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 64 /// emitSectionData - write out the section data into the memory region.
79 uint64_t emitSectionData(const LDSection& pSection,
HexagonLDBackend.cpp 141 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection,
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 57 /// emitSectionData - write out the section data into the memory region.
72 uint64_t emitSectionData(const LDSection& pSection,
X86LDBackend.cpp 168 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection,
175 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 102 emitSectionData(*section, region);
114 target().emitSectionData(*section, region);
389 /// emitSectionData
391 ELFObjectWriter::emitSectionData(const LDSection& pSection,
408 emitSectionData(*sd, pRegion);
415 emitSectionData(*pFrame.getSectionData(), pRegion);
666 /// emitSectionData
667 void ELFObjectWriter::emitSectionData(const SectionData& pSD,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 67 /// emitSectionData - write out the section data into the memory region.
81 uint64_t emitSectionData(const LDSection& pSection,
MipsLDBackend.cpp 262 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 119 /// emitSectionData - emit target-dependent section data
120 virtual uint64_t emitSectionData(const LDSection& pSection,

Completed in 50 milliseconds