Searched refs:rawValue (Results 1 – 9 of 9) sorted by relevance
52 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() argument132 template <typename T> char convert(T rawValue) { in convert() argument133 return static_cast<char>(rawValue); in convert()
54 uint32_t rawValue() const { return Version; } in rawValue() function
63 ArchSetType rawValue() const { return ArchSet; } in rawValue() function
994 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() function999 void rawValue(llvm::StringRef Contents) { in rawValue() function1000 rawValue([&](raw_ostream &OS) { OS << Contents; }); in rawValue()
262 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate()265 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()
351 uint64_t rawValue() const { return RawValue; } in rawValue() function
1844 compatibilityVersion = interface.getCompatibilityVersion().rawValue(); in DylibFile()1845 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()
902 return version.rawValue(); in parseDylibVersion()
1410 << format_hex(Entry.rawValue(), PointerWidth, true) << ' '; in PrintDyldInfo()