Home
last modified time | relevance | path

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

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