Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp27 if (auto EC = Reader.readCString(Info.ModuleName)) in initialize()
30 if (auto EC = Reader.readCString(Info.ObjFileName)) in initialize()
H A DDbiModuleList.cpp276 if (auto EC = Names.readCString(Name)) in getFileName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp39 if (auto EC = Reader.readCString(Result)) in getString()
H A DRecordSerialization.cpp148 return Reader.readCString(Item); in consume()
H A DCodeViewRecordIO.cpp216 if (auto EC = Reader->readCString(Value)) in mapStringZ()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamReader.h117 Error readCString(StringRef &Dest);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamReader.cpp74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() function in BinaryStreamReader
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h130 if (auto EC = Reader.readCString(Field)) in deserialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp696 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
700 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1244 cantFail(Reader.readCString(Str)); in dumpStringTableFromObj()