HomeSort by relevance Sort by last modified time
    Searched refs:shouldForceLocal (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 214 // shouldForceLocal - check if this symbol should be forced to local
215 bool shouldForceLocal(const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 459 /// shouldForceLocal - The helper function for AddSymbol to check if the
461 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 253 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig)
GarbageCollection.cpp 260 info->shouldForceLocal(m_Config))
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 640 if (result.info->shouldForceLocal(m_Config))
761 if (result.info->shouldForceLocal(m_Config))
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 429 if (pInfo.shouldForceLocal(m_Config))
    [all...]

Completed in 65 milliseconds