Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h215 bool shouldForceLocal(const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp253 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig) in shouldForceLocal() function in ResolveInfo
DGarbageCollection.cpp260 info->shouldForceLocal(m_Config)) in getEntrySections()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h461 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp640 if (result.info->shouldForceLocal(m_Config)) in AddSymbol()
761 if (result.info->shouldForceLocal(m_Config)) in AddSymbol()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp429 if (pInfo.shouldForceLocal(m_Config)) in addSymbolToOutput()