Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp57 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength() function in CodeViewRecordIO
212 StringRef S = Value.take_front(maxFieldLength() - 1); in mapStringZ()
234 if (maxFieldLength() < GuidSize) in mapGuid()
H A DTypeRecordMapping.cpp166 size_t BytesLeft = IO.maxFieldLength(); in mapNameAndUniqueName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h79 uint32_t maxFieldLength() const;
115 if (!isStreaming() && sizeof(Value) > maxFieldLength())