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

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h138 /// updateSectionFlags - update pTo's flags when merging pFrom
142 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { function in class:mcld::TargetLDBackend
H A DGNULDBackend.h195 /// updateSectionFlags - update pTo's flags when merging pFrom
197 virtual bool updateSectionFlags(LDSection& pTo, const LDSection& pFrom);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp374 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
394 if (!m_LDBackend.updateSectionFlags(*out_sect, **sect)) {
421 m_LDBackend.updateSectionFlags(*out_sect, *in_sect);
431 m_LDBackend.updateSectionFlags(*target, *out_sect);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1596 /// updateSectionFlags - update pTo's flags when merging pFrom
1598 bool GNULDBackend::updateSectionFlags(LDSection& pTo, const LDSection& pFrom) { function in class:mcld::GNULDBackend

Completed in 106 milliseconds