Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h189 bool shouldForceLocal(const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp220 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig) { in shouldForceLocal() function in mcld::ResolveInfo
DGarbageCollection.cpp212 info->shouldForceLocal(m_Config)) in getEntrySections()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h459 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp667 if (result.info->shouldForceLocal(m_Config)) in AddSymbol()
791 if (result.info->shouldForceLocal(m_Config)) in AddSymbol()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp473 if (pInfo.shouldForceLocal(m_Config)) in addSymbolToOutput()