Home
last modified time | relevance | path

Searched refs:readCString (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp27 if (auto EC = Reader.readCString(Info.ModuleName)) in initialize()
30 if (auto EC = Reader.readCString(Info.ObjFileName)) in initialize()
DDbiModuleList.cpp276 if (auto EC = Names.readCString(Name)) in getFileName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp39 if (auto EC = Reader.readCString(Result)) in getString()
DRecordSerialization.cpp148 return Reader.readCString(Item); in consume()
DCodeViewRecordIO.cpp216 if (auto EC = Reader->readCString(Value)) in mapStringZ()
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js60 SSHBuffer.prototype.readCString = function () { method in SSHBuffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h117 Error readCString(StringRef &Dest);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() function in BinaryStreamReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h130 if (auto EC = Reader.readCString(Field)) in deserialize()
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dssh-private.js34 var magic = buf.readCString();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp696 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
700 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()