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

/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/lib/Script/
H A DInputToken.cpp17 : m_Type(Unknown), m_bAsNeeded(false)
22 : StrToken(StrToken::Input, pName), m_Type(pType), m_bAsNeeded(pAsNeeded)
H A DAssignment.cpp33 m_Type(pType),
H A DScriptParser.yy352 $$.m_Type = $2.m_Type;
377 $$.m_Type = $2;
382 $$.m_Type = $1;
H A DOperand.cpp23 : ExprToken(ExprToken::OPERAND), m_Type(pType)
H A DOperator.cpp80 m_Type(pType)
/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 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
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
/frameworks/compile/mclinker/lib/MC/
H A DInput.cpp19 : m_Type(Unknown),
31 : m_Type(Unknown),
46 : m_Type(pType),
62 : m_Type(pType),
/frameworks/compile/mclinker/include/mcld/Fragment/
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
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
/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/Fragment/
H A DRelocation.cpp65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
72 : m_Type(pType),
135 m_Type = pType;
150 return pRelocator.getSize(m_Type);
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp56 if ((pValue.type() != m_Type) || isUninitialized())
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp27 m_Type(0x0),
47 m_Type(pType),
H A DELFSegment.cpp25 : m_Type(llvm::ELF::PT_NULL),
38 : m_Type(pType),
/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/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();
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp77 m_Prolog.m_Type = OutputSectDesc::LOAD;

Completed in 1943 milliseconds