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

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h42 /// sizeOutput - base on the fde count to size output
43 void sizeOutput();
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h60 /// sizeOutput - calculate the number of bytes required to encode this
62 size_t sizeOutput() const;
93 /// sizeOutput - calculate the number of bytes required to encode this
95 size_t sizeOutput() const;
H A DELFAttributeData.h72 /// sizeOutput - obtain number of bytes required to encode the attribute data.
73 virtual size_t sizeOutput() const = 0;
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp126 size_t ELFAttribute::sizeOutput() const function in class:ELFAttribute
133 total_size += (*subsec_it)->sizeOutput();
293 size_t ELFAttribute::Subsection::sizeOutput() const function in class:ELFAttribute::Subsection
301 m_AttrData.sizeOutput();
H A DGNULDBackend.cpp2582 m_pEhFrameHdr->sizeOutput();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h179 virtual size_t sizeOutput() const;
H A DARMELFAttributeData.cpp981 size_t ARMELFAttributeData::sizeOutput() const { function in class:ARMELFAttributeData
H A DARMLDBackend.cpp228 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:EhFrameHdr

Completed in 189 milliseconds