/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | ELFAttributeValue.h | 43 : 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 D | InputToken.cpp | 17 : m_Type(Unknown), m_bAsNeeded(false) 22 : StrToken(StrToken::Input, pName), m_Type(pType), m_bAsNeeded(pAsNeeded)
|
H A D | Assignment.cpp | 33 m_Type(pType),
|
H A D | ScriptParser.yy | 352 $$.m_Type = $2.m_Type; 377 $$.m_Type = $2; 382 $$.m_Type = $1;
|
H A D | Operand.cpp | 23 : ExprToken(ExprToken::OPERAND), m_Type(pType)
|
H A D | Operator.cpp | 80 m_Type(pType)
|
/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | InputToken.h | 37 Type type() const { return m_Type; } 47 Type m_Type; member in class:mcld::InputToken
|
H A D | Assignment.h | 54 Type type() const { return m_Type; } 76 Type m_Type; member in class:mcld::Assignment
|
H A D | OutputSectDesc.h | 57 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 D | Operand.h | 43 Type type() const { return m_Type; } 55 Type m_Type; member in class:mcld::Operand
|
H A D | Operator.h | 107 Type type() const { return m_Type; } 126 Type m_Type; member in class:mcld::Operator
|
/frameworks/compile/mclinker/lib/MC/ |
H A D | Input.cpp | 19 : m_Type(Unknown), 31 : m_Type(Unknown), 46 : m_Type(pType), 62 : m_Type(pType),
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | Stub.h | 36 : 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 D | Relocation.h | 69 { 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 D | Input.h | 77 { 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 D | Relocation.cpp | 65 : 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 D | ELFAttributeValue.cpp | 56 if ((pValue.type() != m_Type) || isUninitialized())
|
/frameworks/compile/mclinker/lib/LD/ |
H A D | LDSection.cpp | 27 m_Type(0x0), 47 m_Type(pType),
|
H A D | ELFSegment.cpp | 25 : m_Type(llvm::ELF::PT_NULL), 38 : m_Type(pType),
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | ELFSegment.h | 59 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 D | LDSection.h | 74 { 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 D | MipsRelocator.cpp | 59 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 D | SectionMap.cpp | 77 m_Prolog.m_Type = OutputSectDesc::LOAD;
|