Home
last modified time | relevance | path

Searched refs:StringSize (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp48 auto P = StringToId.insert({S, StringSize}); in insert()
54 StringSize += S.size() + 1; // +1 for '\0' in insert()
61 return StringSize; in calculateSerializedSize()
66 uint32_t End = Begin + StringSize; in commit()
82 assert((End - Begin) == StringSize); in commit()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dalgorithms.partition_point.bench.cpp52 static constexpr size_t StringSize = 32; member
56 std::generate(Res.begin(), Res.end(), [] { return getRandomString(StringSize); }); in generateInput()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp676 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
677 CurrentStringOffset += StringSize; in performSectionOneLayout()
678 TotalStringTableSize += StringSize; in performSectionOneLayout()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp1531 int64_t StringSize = LHSs->getValue().size(); in Fold() local
1534 if (Start < 0 || Start > StringSize) in Fold()
1537 std::to_string(StringSize) + ": " + in Fold()