Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h65 uint32_t rawValue() const { return Version; } in rawValue() function
H A DArchitectureSet.h68 ArchSetType rawValue() const { return ArchSet; } in rawValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h1015 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() function
1020 void rawValue(llvm::StringRef Contents) { in rawValue() function
1021 rawValue([&](raw_ostream &OS) { OS << Contents; }); in rawValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp264 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate()
267 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h351 uint64_t rawValue() const { return RawValue; } in rawValue() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1868 compatibilityVersion = interface.getCompatibilityVersion().rawValue(); in DylibFile()
1869 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()
H A DDriver.cpp931 return version.rawValue(); in parseDylibVersion()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1384 << format_hex(Entry.rawValue(), PointerWidth, true) << ' '; in PrintDyldInfo()