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

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputToken.h37 Type type() const { return m_Type; }
47 Type m_Type; member in class:mcld::InputToken
H A DAssignment.h54 Type type() const { return m_Type; }
76 Type m_Type; member in class:mcld::Assignment
H A DOperand.h43 Type type() const { return m_Type; }
55 Type m_Type; member in class:mcld::Operand
H A DOperator.h107 Type type() const { return m_Type; }
126 Type m_Type; member in class:mcld::Operator
H A DOutputSectDesc.h57 m_Type = pType;
60 Type type() const { return m_Type; }
92 if (m_Type != pRHS.m_Type)
106 Type m_Type; member in struct:mcld::OutputSectDesc::Prolog
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h69 { return m_Type; }
110 /// m_Type - the type of the relocation entries
111 Type m_Type; member in class:mcld::Relocation
H A DStub.h36 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
46 Type type() const { return m_Type; }
51 Type m_Type; member in class:mcld::Stub::Fixup
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h43 : m_Type(Uninitialized), m_IntValue(0), m_StringValue() { }
49 { return m_Type; }
52 { m_Type = pType; }
75 { return (m_Type == Uninitialized); }
81 { return (m_Type & Int); }
84 { return (m_Type & String); }
87 { return (m_Type & NoDefault); }
107 m_Type = Uninitialized;
114 unsigned int m_Type; member in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h59 uint32_t type() const { return m_Type; }
97 if (llvm::ELF::PT_TLS != m_Type)
114 uint32_t m_Type; // Type of segment member in class:mcld::ELFSegment
H A DLDSection.h74 { return m_Type; }
148 { m_Type = type; }
197 uint32_t m_Type; member in class:mcld::LDSection
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h77 { m_Type = pType; }
80 { return m_Type; }
83 { return (m_Type != Unknown); }
130 unsigned int m_Type; member in class:mcld::Input
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp59 m_Type(pParent.type()),
78 return llvm::ELF::R_MIPS_NONE == (m_Type >> 8);
83 return MipsRelocationInfo(*m_Parent, m_Type >> 8, result(), result(), 0);
98 return m_Type & 0xff;
128 Relocation::Type m_Type; member in class:mcld::MipsRelocationInfo
137 m_Type(pType),
144 return m_Type == parent().type();

Completed in 107 milliseconds