Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DStreamWriter.cpp37 if (auto EC = writeFixedString(Str)) in writeZeroString()
45 Error StreamWriter::writeFixedString(StringRef Str) { in writeFixedString() function in StreamWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamWriter.cpp48 if (auto EC = writeFixedString(Str)) in writeCString()
56 Error BinaryStreamWriter::writeFixedString(StringRef Str) { in writeFixedString() function in BinaryStreamWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DBinaryStreamWriter.cpp47 if (auto EC = writeFixedString(Str)) in writeCString()
55 Error BinaryStreamWriter::writeFixedString(StringRef Str) { in writeFixedString() function in BinaryStreamWriter
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamWriter.h35 Error writeFixedString(StringRef Str);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp83 cantFail(Writer.writeFixedString(Hash)); in toDebugH()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp83 cantFail(Writer.writeFixedString(Hash)); in toDebugH()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp71 if (auto EC = Writer.writeFixedString(Data)) in commit()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp73 if (auto EC = Writer.writeFixedString(Data)) in commit()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamWriter.h104 Error writeFixedString(StringRef Str);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamWriter.h104 Error writeFixedString(StringRef Str);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h105 Error writeFixedString(StringRef Str);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBinaryStreamWriter.h104 Error writeFixedString(StringRef Str);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamWriter.h104 Error writeFixedString(StringRef Str);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h111 Error writeFixedString(StringRef Str);
/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/
H A DMappedBlockStreamTest.cpp364 EXPECT_NO_ERROR(Writer.writeFixedString(FStr[0])); in TEST()