Home
last modified time | relevance | path

Searched refs:StringBytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1186 const uint8_t *End = StringBytes + Length - 1; in countTrailingNullBytes()
1196 static unsigned countEmbeddedNulls(const uint8_t *StringBytes, in countEmbeddedNulls() argument
1200 if (*StringBytes++ == 0) in countEmbeddedNulls()
1235 unsigned Nulls = countEmbeddedNulls(StringBytes, NumChars); in guessCharByteSize()
1243 static unsigned decodeMultiByteChar(const uint8_t *StringBytes, in decodeMultiByteChar() argument
1248 StringBytes = StringBytes + Offset; in decodeMultiByteChar()
1250 unsigned C = static_cast<unsigned>(StringBytes[I]); in decodeMultiByteChar()
1341 uint8_t StringBytes[MaxStringByteLength]; in demangleStringLiteral() local
1347 StringBytes[BytesDecoded++] = demangleCharLiteral(MangledName); in demangleStringLiteral()
1354 guessCharByteSize(StringBytes, BytesDecoded, StringByteSize); in demangleStringLiteral()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp463 ArrayRef<uint8_t> StringBytes( in TEST_F()
465 initializeInput(StringBytes, 1); in TEST_F()