Searched defs:emitSectionData (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp268 uint64_t AArch64GNULDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
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/ARM/
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.cpp136 uint64_t HexagonLDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp260 uint64_t MipsGNULDBackend::emitSectionData(const LDSection& pSection, function in class:mcld::MipsGNULDBackend

Completed in 161 milliseconds