Home
last modified time | relevance | path

Searched refs:rawValue (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h52 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() argument
132 template <typename T> char convert(T rawValue) { in convert() argument
133 return static_cast<char>(rawValue); in convert()
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DPackedVersion.h54 uint32_t rawValue() const { return Version; } in rawValue() function
H A DArchitectureSet.h63 ArchSetType rawValue() const { return ArchSet; } in rawValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h994 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() function
999 void rawValue(llvm::StringRef Contents) { in rawValue() function
1000 rawValue([&](raw_ostream &OS) { OS << Contents; }); in rawValue()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp262 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate()
265 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h351 uint64_t rawValue() const { return RawValue; } in rawValue() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1844 compatibilityVersion = interface.getCompatibilityVersion().rawValue(); in DylibFile()
1845 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()
H A DDriver.cpp902 return version.rawValue(); in parseDylibVersion()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1410 << format_hex(Entry.rawValue(), PointerWidth, true) << ' '; in PrintDyldInfo()