Searched refs:ValueType (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationFunctions.h30 #define DECL_AARCH64_APPLY_RELOC_FUNC_PTRS(ValueType, MappedType) /* NOLINT */\
31 ValueType(0x0, MappedType(&none, "R_AARCH64_NULL", 0)), /* NOLINT */\
32 ValueType(0x1, MappedType(&none, "R_AARCH64_REWRITE_INSN", 32)), /* NOLINT */\
33 ValueType(0x100, MappedType(&none, "R_AARCH64_NONE", 0)), /* NOLINT */\
34 ValueType(0x101, MappedType(&abs, "R_AARCH64_ABS64", 64)), /* NOLINT */\
35 ValueType(0x102, MappedType(&abs, "R_AARCH64_ABS32", 32)), /* NOLINT */\
36 ValueType(0x103, MappedType(&abs, "R_AARCH64_ABS16", 16)), /* NOLINT */\
37 ValueType(0x104, MappedType(&rel, "R_AARCH64_PREL64", 64)), /* NOLINT */\
38 ValueType(0x105, MappedType(&rel, "R_AARCH64_PREL32", 32)), /* NOLINT */\
39 ValueType(
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h32 template <typename KeyType, typename ValueType, typename KeyCompare>
36 typedef ValueType value_type;
40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
52 ValueType& value() { return m_Value; }
54 const ValueType& value() const { return m_Value; }
56 void setValue(const ValueType& pValue) { m_Value = pValue; }
62 ValueType m_Value;
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h25 typedef Path::ValueType ValueType; typedef in class:mcld::sys::fs::RealPath
30 explicit RealPath(const ValueType* s);
H A DPath.h46 typedef char ValueType; typedef in class:mcld::sys::fs::Path
51 explicit Path(const ValueType* s);
60 Path& assign(const ValueType* s, unsigned int length);
77 const ValueType* c_str() const { return m_PathName.c_str(); }
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h38 typedef uint64_t ValueType; typedef in class:mcld::LDSymbol
101 ValueType value() const { return m_Value; }
119 void setValue(ValueType pValue) { m_Value = pValue; }
138 ValueType m_Value;
H A DResolver.h55 LDSymbol::ValueType pValue) const = 0;
H A DNamePool.h72 LDSymbol::ValueType pValue,
H A DStaticResolver.h108 LDSymbol::ValueType pValue) const;
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h392 LDSymbol::ValueType pValue = 0x0,
438 LDSymbol::ValueType pValue = 0x0,
467 LDSymbol::ValueType pValue,
477 LDSymbol::ValueType pValue,
494 LDSymbol::ValueType pValue,
505 LDSymbol::ValueType pValue,
516 LDSymbol::ValueType pValue,
527 LDSymbol::ValueType pValue,
/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp21 RealPath::RealPath(const RealPath::ValueType* s) : Path(s) {
H A DPath.cpp52 Path::Path(const Path::ValueType* s) : m_PathName(s) {
81 Path& Path::assign(const Path::ValueType* s, unsigned int length) {
/frameworks/rs/
H A DrsMap.h28 template <class KeyType, class ValueType>
31 typedef Pair<KeyType, ValueType> MapEntry;
55 ValueType& operator[](const KeyType& key) {
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp403 LDSymbol::ValueType pValue,
459 LDSymbol::ValueType pValue,
534 LDSymbol::ValueType pValue,
642 LDSymbol::ValueType pValue,
712 LDSymbol::ValueType pValue,
759 LDSymbol::ValueType pValue,
809 LDSymbol::ValueType pValue,
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp62 LDSymbol::ValueType pValue,
H A DStaticResolver.cpp25 LDSymbol::ValueType pValue) const {

Completed in 306 milliseconds