Searched refs:maxFieldLength (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h78 uint32_t maxFieldLength() const;
114 if (!isStreaming() && sizeof(Value) > maxFieldLength())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp57 uint32_t CodeViewRecordIO::maxFieldLength() const { function in class:CodeViewRecordIO
212 StringRef S = Value.take_front(maxFieldLength() - 1);
234 if (maxFieldLength() < GuidSize)
H A DTypeRecordMapping.cpp153 size_t BytesLeft = IO.maxFieldLength();

Completed in 59 milliseconds