Home
last modified time | relevance | path

Searched refs:readFixedString (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/
H A DMappedBlockStreamTest.cpp112 EXPECT_NO_ERROR(R.readFixedString(Str, 1)); in TEST()
125 EXPECT_NO_ERROR(R.readFixedString(Str, 2)); in TEST()
130 EXPECT_NO_ERROR(R.readFixedString(Str, 4)); in TEST()
143 EXPECT_NO_ERROR(R.readFixedString(Str, 10)); in TEST()
157 EXPECT_ERROR(R.readFixedString(Str, 1)); in TEST()
170 EXPECT_ERROR(R.readFixedString(Str, 5)); in TEST()
182 EXPECT_ERROR(R.readFixedString(Str, 11)); in TEST()
193 EXPECT_NO_ERROR(R.readFixedString(Str, 1)); in TEST()
207 EXPECT_NO_ERROR(R.readFixedString(Str1, 7)); in TEST()
212 EXPECT_NO_ERROR(R.readFixedString(Str2, 3)); in TEST()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp94 if (auto EC = readFixedString(Dest, Length)) in readCString()
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() function in BinaryStreamReader
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp94 if (auto EC = readFixedString(Dest, Length)) in readCString()
122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() function in BinaryStreamReader
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DStreamReader.cpp75 Error StreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() function in StreamReader
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp57 if (auto EC = Stream.readFixedString(Buffer, StringBufferSize)) in load()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp59 if (auto EC = Stream.readFixedString(Buffer, StringBufferSize)) in load()
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamReader.h36 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamReader.h123 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamReader.h123 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBinaryStreamReader.h123 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBinaryStreamReader.h125 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamReader.h123 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamReader.h132 Error readFixedString(StringRef &Dest, uint32_t Length);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp130 if (FileData.readFixedString(StrTab.Data, Hdr->StrtabSize)) in parse()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp130 if (FileData.readFixedString(StrTab.Data, Hdr->StrtabSize)) in parse()