Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp59 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength() function in CodeViewRecordIO
217 StringRef S = Value.take_front(maxFieldLength() - 1); in mapStringZ()
239 if (maxFieldLength() < GuidSize) in mapGuid()
H A DTypeRecordMapping.cpp186 size_t BytesLeft = IO.maxFieldLength(); in mapNameAndUniqueName()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h79 uint32_t maxFieldLength() const;
115 if (!isStreaming() && sizeof(Value) > maxFieldLength())