Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp41 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength() function in CodeViewRecordIO
161 StringRef S = Value.take_front(maxFieldLength() - 1); in mapStringZ()
173 if (maxFieldLength() < GuidSize) in mapGuid()
DTypeRecordMapping.cpp53 size_t BytesLeft = IO.maxFieldLength(); in mapNameAndUniqueName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h47 uint32_t maxFieldLength() const;
68 if (sizeof(Value) > maxFieldLength()) in mapEnum()