Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp60 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength() function in CodeViewRecordIO
218 StringRef S = Value.take_front(maxFieldLength() - 1); in mapStringZ()
240 if (maxFieldLength() < GuidSize) in mapGuid()
H A DTypeRecordMapping.cpp186 size_t BytesLeft = IO.maxFieldLength(); in mapNameAndUniqueName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h79 uint32_t maxFieldLength() const;
115 if (!isStreaming() && sizeof(Value) > maxFieldLength())