Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
DTypeRecordMapping.cpp153 size_t BytesLeft = IO.maxFieldLength(); in mapNameAndUniqueName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h78 uint32_t maxFieldLength() const;
114 if (!isStreaming() && sizeof(Value) > maxFieldLength())