reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/AsmParser/LLParser.h
  258     bool ParseUInt64(uint64_t &Val);

References

lib/AsmParser/LLParser.cpp
 2109   if (ParseUInt64(Bytes)) return true;
 7576         ParseToken(lltok::colon, "expected ':' here") || ParseUInt64(Offset) ||
 7676           ParseUInt64(TTRes.AlignLog2))
 7681       if (ParseToken(lltok::colon, "expected ':'") || ParseUInt64(TTRes.SizeM1))
 7696           ParseUInt64(TTRes.InlineBits))
 7725         ParseToken(lltok::colon, "expected ':' here") || ParseUInt64(Offset) ||
 7845             ParseUInt64(ByArg.Info))
 7888     if (ParseUInt64(Val))
 8000     if (ParseToken(lltok::colon, "expected ':' here") || ParseUInt64(GUID))
 8423         ParseToken(lltok::colon, "expected ':'") || ParseUInt64(Offset))
 8588     } else if (ParseUInt64(GUID))
 8730              ParseUInt64(VFuncId.GUID))
 8736       ParseUInt64(VFuncId.Offset) ||
lib/AsmParser/LLParser.h
  261       return ParseUInt64(Val);