/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/ |
H A D | MappedBlockStreamTest.cpp | 112 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 D | BinaryStreamReader.cpp | 94 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 D | BinaryStreamReader.cpp | 94 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 D | StreamReader.cpp | 75 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 D | NamedStreamMap.cpp | 57 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 D | NamedStreamMap.cpp | 59 if (auto EC = Stream.readFixedString(Buffer, StringBufferSize)) in load()
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StreamReader.h | 36 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | BinaryStreamReader.h | 123 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | BinaryStreamReader.h | 123 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | BinaryStreamReader.h | 123 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 125 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | BinaryStreamReader.h | 123 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 132 Error readFixedString(StringRef &Dest, uint32_t Length);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 130 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 D | GsymReader.cpp | 130 if (FileData.readFixedString(StrTab.Data, Hdr->StrtabSize)) in parse()
|