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

  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 228 static const uint32_t VISIBILITY_OFFSET = 5;
229 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET;
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 128 m_BitField |= pVisibility << VISIBILITY_OFFSET;
231 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> VISIBILITY_OFFSET);

Completed in 170 milliseconds