Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp47 auto P = StringToId.insert({S, StringSize}); in insert()
53 StringSize += S.size() + 1; // +1 for '\0' in insert()
60 return StringSize; in calculateSerializedSize()
65 uint32_t End = Begin + StringSize; in commit()
81 assert((End - Begin) == StringSize); in commit()
/llvm-project/libcxx/benchmarks/
H A Dalgorithms.partition_point.bench.cpp
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h89 uint32_t StringSize = 1; variable
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp677 uint32_t StringSize = String.size() * sizeof(UTF16) + sizeof(uint16_t); in performSectionOneLayout() local
678 CurrentStringOffset += StringSize; in performSectionOneLayout()
679 TotalStringTableSize += StringSize; in performSectionOneLayout()
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1862 int64_t StringSize = LHSs->getValue().size(); in resolveReferences()
1865 if (Start < 0 || Start > StringSize) in resolveReferences()
1868 std::to_string(StringSize) + ": " +
1763 int64_t StringSize = LHSs->getValue().size(); Fold() local