Searched defs:m_Type (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h72 { return m_Type; }
113 /// m_Type - the type of the relocation entries
114 Type m_Type; member in class:mcld::Relocation
H A DStub.h39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
49 Type type() const { return m_Type; }
54 Type m_Type; member in class:mcld::Stub::Fixup
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h56 { return m_Type; }
108 if (llvm::ELF::PT_TLS != m_Type)
124 uint32_t m_Type; // Type of segment member in class:mcld::ELFSegment
H A DLDSection.h77 { return m_Type; }
151 { m_Type = type; }
200 uint32_t m_Type; member in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h79 { m_Type = pType; }
82 { return m_Type; }
85 { return (m_Type != Unknown); }
126 unsigned int m_Type; member in class:mcld::Input

Completed in 79 milliseconds