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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 79 uint32_t maxFieldLength() const;
115 if (!isStreaming() && sizeof(Value) > maxFieldLength())
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewRecordIO.cpp 57 uint32_t CodeViewRecordIO::maxFieldLength() const {
212 StringRef S = Value.take_front(maxFieldLength() - 1);
234 if (maxFieldLength() < GuidSize)
TypeRecordMapping.cpp 166 size_t BytesLeft = IO.maxFieldLength();

Completed in 17 milliseconds