Searched refs:sizeOutput (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h41 /// sizeOutput - base on the fde count to size output
42 void sizeOutput();
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h59 /// sizeOutput - calculate the number of bytes required to encode this
61 size_t sizeOutput() const;
91 /// sizeOutput - calculate the number of bytes required to encode this
93 size_t sizeOutput() const;
H A DELFAttributeData.h74 /// sizeOutput - obtain number of bytes required to encode the attribute data.
75 virtual size_t sizeOutput() const = 0;
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp124 size_t ELFAttribute::sizeOutput() const { function in class:mcld::ELFAttribute
132 total_size += (*subsec_it)->sizeOutput();
290 size_t ELFAttribute::Subsection::sizeOutput() const { function in class:mcld::ELFAttribute::Subsection
296 m_AttrData.sizeOutput();
H A DGNULDBackend.cpp2485 m_pEhFrameHdr->sizeOutput();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h177 virtual size_t sizeOutput() const;
H A DARMELFAttributeData.cpp966 size_t ARMELFAttributeData::sizeOutput() const { function in class:mcld::ARMELFAttributeData
H A DARMLDBackend.cpp289 m_pAttributes->setSize(attribute().sizeOutput());
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp132 /// sizeOutput - base on the fde count to size output
133 void EhFrameHdr::sizeOutput() { function in class:mcld::EhFrameHdr

Completed in 209 milliseconds