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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h73 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const;
112 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h67 /// emitSectionData - write out the section data into the memory region.
82 uint64_t emitSectionData(const LDSection& pSection,
H A DAArch64LDBackend.cpp268 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::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.cpp389 uint64_t ARMGNULDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h63 /// emitSectionData - write out the section data into the memory region.
78 uint64_t emitSectionData(const LDSection& pSection,
H A DHexagonLDBackend.cpp136 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::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.cpp158 uint64_t X86GNULDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::X86GNULDBackend
164 "ELFFileFormat is NULL in X86GNULDBackend::emitSectionData!");
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp97 emitSectionData(*section, region);
109 target().emitSectionData(*section, region);
380 /// emitSectionData
381 void ELFObjectWriter::emitSectionData(const LDSection& pSection, function in class:mcld::ELFObjectWriter
397 emitSectionData(*sd, pRegion);
404 emitSectionData(*pFrame.getSectionData(), pRegion);
648 /// emitSectionData
649 void ELFObjectWriter::emitSectionData(const SectionData& pSD, function in class:mcld::ELFObjectWriter
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h68 /// emitSectionData - write out the section data into the memory region.
82 uint64_t emitSectionData(const LDSection& pSection,
H A DMipsLDBackend.cpp260 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h117 /// emitSectionData - emit target-dependent section data
118 virtual uint64_t emitSectionData(const LDSection& pSection,

Completed in 214 milliseconds