Searched refs:shouldForceLocal (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h457 /// shouldForceLocal - The helper function for AddSymbol to check if the
459 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h188 // shouldForceLocal - check if this symbol should be forced to local
189 bool shouldForceLocal(const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp220 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig) { function in class:mcld::ResolveInfo
H A DGarbageCollection.cpp212 info->shouldForceLocal(m_Config))
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp667 if (result.info->shouldForceLocal(m_Config))
791 if (result.info->shouldForceLocal(m_Config))
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp473 if (pInfo.shouldForceLocal(m_Config))

Completed in 878 milliseconds