Searched refs:RawValue (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| H A D | Target.cpp | 42 unsigned long long RawValue; in create() local 43 if (!PlatformStr.getAsInteger(10, RawValue)) in create() 44 Platform = (PlatformKind)RawValue; in create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntType.h | 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() argument 70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 148 RawValue, enumerator 159 DILineInfoSpecifier(FileLineInfoKind FLIKind = FileLineInfoKind::RawValue,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | JSON.cpp | 892 Stack.back().Ctx = RawValue; in rawValueBegin() 897 assert(Stack.back().Ctx == RawValue); in rawValueEnd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 451 int64_t RawValue; member 455 int64_t RawValue = std::numeric_limits<int64_t>::min()) in MatchTableRecord() 457 NumElements(NumElements), Flags(Flags), RawValue(RawValue) { in MatchTableRecord() 473 return RawValue < Other.RawValue; in operator <() 475 int64_t getRawValue() const { return RawValue; } in getRawValue() 521 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { in NamedValue() argument 523 MatchTableRecord::MTRF_CommaFollows, RawValue); in NamedValue() 531 int64_t RawValue) { in NamedValue() argument 533 MatchTableRecord::MTRF_CommaFollows, RawValue); in NamedValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | JSON.h | 980 RawValue, // External code writing a value to OS directly. enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1357 if (Kind == FileLineInfoKind::RawValue || in getFileNameByIndex()
|