Searched refs:emitSectionData (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h77 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const;
116 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h66 /// emitSectionData - write out the section data into the memory region.
81 uint64_t emitSectionData(const LDSection& pSection,
H A DAArch64LDBackend.cpp282 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h76 /// emitSectionData - write out the section data into the memory region.
91 uint64_t emitSectionData(const LDSection& pSection,
H A DARMLDBackend.cpp333 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection, function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h64 /// emitSectionData - write out the section data into the memory region.
79 uint64_t emitSectionData(const LDSection& pSection,
H A DHexagonLDBackend.cpp141 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection, function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h57 /// emitSectionData - write out the section data into the memory region.
72 uint64_t emitSectionData(const LDSection& pSection,
H A DX86LDBackend.cpp168 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection, function in class:X86GNULDBackend
175 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp102 emitSectionData(*section, region);
114 target().emitSectionData(*section, region);
389 /// emitSectionData
391 ELFObjectWriter::emitSectionData(const LDSection& pSection, function in class:ELFObjectWriter
408 emitSectionData(*sd, pRegion);
415 emitSectionData(*pFrame.getSectionData(), pRegion);
666 /// emitSectionData
667 void ELFObjectWriter::emitSectionData(const SectionData& pSD, function in class:ELFObjectWriter
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h67 /// emitSectionData - write out the section data into the memory region.
81 uint64_t emitSectionData(const LDSection& pSection,
H A DMipsLDBackend.cpp262 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection, function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h119 /// emitSectionData - emit target-dependent section data
120 virtual uint64_t emitSectionData(const LDSection& pSection,

Completed in 212 milliseconds