Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h51 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() argument
131 template <typename T> char convert(T rawValue) { in convert() argument
132 return static_cast<char>(rawValue); in convert()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
DPackedVersion.h54 uint32_t rawValue() const { return Version; } in rawValue() function
DArchitectureSet.h63 ArchSetType rawValue() const { return ArchSet; } in rawValue() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DJSON.h924 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() function
929 void rawValue(llvm::StringRef Contents) { in rawValue() function
930 rawValue([&](raw_ostream &OS) { OS << Contents; }); in rawValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DJSON.cpp257 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate()
260 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DInputFiles.cpp1078 compatibilityVersion = interface.getCompatibilityVersion().rawValue(); in DylibFile()
1079 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()
DDriver.cpp837 return version.rawValue(); in parseDylibVersion()