Home
last modified time | relevance | path

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

/external/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()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
DCpioArchiveInputStream.java391 final String name = readCString((int) namesize); in readNewEntry()
419 final String name = readCString((int) namesize); in readOldAsciiEntry()
447 final String name = readCString((int) namesize); in readOldBinaryEntry()
459 private String readCString(final int length) throws IOException { in readCString() method in CpioArchiveInputStream
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h117 Error readCString(StringRef &Dest);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() function in BinaryStreamReader
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h130 if (auto EC = Reader.readCString(Field)) in deserialize()
/external/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()