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

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocation.h49 { return m_Type; }
98 /// m_Type - the type of the relocation entries
99 Type m_Type; member in class:mcld::Relocation
H A DELFSegment.h86 { return m_Type; }
134 if (llvm::ELF::PT_TLS != m_Type)
150 uint32_t m_Type; // Type of segment member in class:mcld::ELFSegment
H A DLDSection.h55 { return m_Type; }
129 { m_Type = type; }
157 uint32_t m_Type; member in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/Support/
H A DPositionDependentOption.h44 : m_Type(pType),
49 { return m_Type; }
52 { return m_Type; }
61 Type m_Type; member in class:mcld::PositionDependentOption
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h68 { m_Type = pType; }
87 { return m_Type; }
114 unsigned int m_Type; member in class:mcld::MCLDFile

Completed in 1000 milliseconds