Home
last modified time | relevance | path

Searched refs:m_pBase (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp62 return m_pBase->isWholeArchive(); in isWholeArchive()
69 return m_pBase->isAsNeeded(); in isAsNeeded()
76 return m_pBase->isAddNeeded(); in isAddNeeded()
83 return m_pBase->isStatic(); in isStatic()
90 return m_pBase->isDynamic(); in isDynamic()
109 Attribute* copy = new Attribute(*m_pBase); in setWholeArchive()
115 Attribute* copy = new Attribute(*m_pBase); in unsetWholeArchive()
121 Attribute* copy = new Attribute(*m_pBase); in setAsNeeded()
127 Attribute* copy = new Attribute(*m_pBase); in unsetAsNeeded()
133 Attribute* copy = new Attribute(*m_pBase); in setAddNeeded()
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h168 const Attribute* attr() const { return m_pBase; } in attr()
184 const Attribute* m_pBase; variable
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DIFDWriter.h78 char *m_pBase; variable
113 m_pBase = offset_base; in CIFDWriter()
125 return static_cast<uint32_t>(PTR_TO_ULONG(p) - PTR_TO_ULONG(m_pBase)); in Offset()