HomeSort by: relevance | last modified time | path
    Searched defs:MaxLength (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ArchiveYAML.h 29 : DefaultValue(Default), MaxLength(Length) {}
32 unsigned MaxLength;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 64 Error beginRecord(Optional<uint32_t> MaxLength);
246 Optional<uint32_t> MaxLength;
249 if (!MaxLength.hasValue())
254 if (BytesUsed >= *MaxLength)
256 return *MaxLength - BytesUsed;

Completed in 30 milliseconds