Searched refs:m_Type (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLDInput.cpp20 : m_Type(Unknown),
31 : m_Type(Unknown),
45 : m_Type(pType),
60 : m_Type(pType),
/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
/frameworks/compile/mclinker/include/mcld/Support/
H A DSpace.h65 { return m_Type; }
93 Type m_Type : 2;
/frameworks/compile/mclinker/include/mcld/Fragment/
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
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
/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/lib/Fragment/
H A DRelocation.cpp65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
72 : m_Type(pType),
133 m_Type = pType;
148 return pRelocator.getSize(m_Type);
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp27 m_Type(0x0),
47 m_Type(pType),
H A DELFSegment.cpp24 : m_Type(pType),
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp58 m_RegionCount(0), m_Type(UNALLOCATED) {
63 m_RegionCount(0), m_Type(pType)

Completed in 148 milliseconds