Searched defs:m_Value (Results 1 - 7 of 7) sorted by path

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h59 { return m_Value; }
62 { return m_Value; }
65 { m_Value = pValue; }
71 ValueType m_Value; member in class:mcld::HashEntry
H A DStringEntry.h43 { return m_Value; }
46 { return m_Value; }
52 { return m_Value.size(); }
55 { m_Value = pVal; }
70 DataType m_Value; member in class:mcld::StringEntry
93 { return m_Value; }
96 { return m_Value; }
102 { return m_Value.size(); }
124 llvm::StringRef m_Value; member in class:mcld::StringEntry
/frameworks/compile/mclinker/include/mcld/LD/
H A DAlignFragment.h30 int64_t getValue() const { return m_Value; }
50 int64_t m_Value; member in class:mcld::AlignFragment
H A DFillFragment.h30 int64_t getValue() const { return m_Value; }
42 /// m_Value - Value used for filling bytes
43 int64_t m_Value; member in class:mcld::FillFragment
H A DLDSymbol.h87 { return m_Value; }
111 { m_Value = pValue; }
121 ValueType m_Value; member in class:mcld::LDSymbol
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h56 : m_Value(StatusError) {}
59 : m_Value(v) {}
61 void setType(FileType v) { m_Value = v; }
62 FileType type() const { return m_Value; }
65 FileType m_Value; member in class:mcld::sys::fs::FileStatus
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h42 unsigned m_Value; member in class:mcldtest::GCFactoryListTraitsTest::Node
45 Node(unsigned pInit) : m_Init(pInit), m_Value(pInit) { }
53 { return m_Value; }
56 { m_Value = pValue; }

Completed in 268 milliseconds