HomeSort by: relevance | last modified time | path
    Searched refs:RawValue (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Target.cpp 42 unsigned long long RawValue;
43 if (!PlatformStr.getAsInteger(10, RawValue))
44 Platform = (PlatformKind)RawValue;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY {
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
DIContext.h 146 // RawValue is whatever the compiler stored in the filename table. Could be
148 RawValue,
159 DILineInfoSpecifier(FileLineInfoKind FLIKind = FileLineInfoKind::RawValue,
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 451 int64_t RawValue;
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) {
523 MatchTableRecord::MTRF_CommaFollows, RawValue);
531 int64_t RawValue) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp 257 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]");
260 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }");
892 Stack.back().Ctx = RawValue;
897 assert(Stack.back().Ctx == RawValue);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 924 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) {
929 void rawValue(llvm::StringRef Contents) {
930 rawValue([&](raw_ostream &OS) { OS << Contents; });
980 RawValue, // External code writing a value to OS directly.
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 1357 if (Kind == FileLineInfoKind::RawValue ||

Completed in 40 milliseconds