Searched refs:postMerge (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h67 /// postMerge - hooks to call after finishing merge the attribute data from an
69 virtual bool postMerge(const LinkerConfig& pConfig, const Input &pInput) function in class:mcld::ELFAttributeData
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h177 virtual bool postMerge(const LinkerConfig& pConfig, const Input &pInput);
H A DARMELFAttributeData.cpp467 // Helper Functions for postMerge()
701 // End Helper Functions for postMerge()
704 bool ARMELFAttributeData::postMerge(const LinkerConfig& pConfig, function in class:ARMELFAttributeData
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp290 return m_AttrData.postMerge(m_Parent.config(), pInput);

Completed in 127 milliseconds