Searched refs:RawValue (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp42 unsigned long long RawValue; local
43 if (!PlatformStr.getAsInteger(10, RawValue))
44 Platform = (PlatformKind)RawValue;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY {
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h146 // RawValue is whatever the compiler stored in the filename table. Could be
148 RawValue,
159 DILineInfoSpecifier(FileLineInfoKind FLIKind = FileLineInfoKind::RawValue,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp451 int64_t RawValue; member in struct:__anon3305::MatchTableRecord
455 int64_t RawValue = std::numeric_limits<int64_t>::min())
457 NumElements(NumElements), Flags(Flags), RawValue(RawValue) {
473 return RawValue < Other.RawValue;
475 int64_t getRawValue() const { return RawValue; }
521 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { argument
523 MatchTableRecord::MTRF_CommaFollows, RawValue);
531 int64_t RawValue) {
530 NamedValue(StringRef Namespace, StringRef NamedValue, int64_t RawValue) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp892 Stack.back().Ctx = RawValue;
897 assert(Stack.back().Ctx == RawValue);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h980 RawValue, // External code writing a value to OS directly. enumerator in enum:llvm::json::OStream::Context
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1357 if (Kind == FileLineInfoKind::RawValue ||

Completed in 103 milliseconds