HomeSort by relevance Sort by last modified time
    Searched defs:m_Type (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 72 { return m_Type; }
113 /// m_Type - the type of the relocation entries
114 Type m_Type;
Stub.h 39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
49 Type type() const { return m_Type; }
54 Type m_Type;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 56 { return m_Type; }
108 if (llvm::ELF::PT_TLS != m_Type)
124 uint32_t m_Type; // Type of segment
LDSection.h 77 { return m_Type; }
151 { m_Type = type; }
200 uint32_t m_Type;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 79 { m_Type = pType; }
82 { return m_Type; }
85 { return (m_Type != Unknown); }
126 unsigned int m_Type;

Completed in 189 milliseconds