Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 5 of 5) sorted by relevance

/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/Bitcode/
H A DBitcodeConvenience.h52 template <typename T> static T convert(T rawValue) { return rawValue; } in convert()
132 template <typename T> char convert(T rawValue) { in convert()
/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h351 uint64_t rawValue() const { return RawValue; } in rawValue() function