Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeConvenience.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-14-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDPackedVersion.h65 uint32_t rawValue() const { return Version; } in rawValue() function
HDArchitectureSet.h68 ArchSetType rawValue() const { return ArchSet; } in rawValue() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDJSON.h1017 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() function
1022 void rawValue(llvm::StringRef Contents) { in rawValue() function
1023 rawValue([&](raw_ostream &OS) { OS << Contents; }); in rawValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDJSON.cpp262 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate()
265 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h351 uint64_t rawValue() const { return RawValue; } in rawValue() function
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDInputFiles.cpp1872 compatibilityVersion = interface.getCompatibilityVersion().rawValue(); in DylibFile()
1873 currentVersion = interface.getCurrentVersion().rawValue(); in DylibFile()
HDDriver.cpp966 return version.rawValue(); in parseDylibVersion()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp1384 << format_hex(Entry.rawValue(), PointerWidth, true) << ' '; in PrintDyldInfo()