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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp26 if (auto EC = Reader.readCString(Info.ModuleName))
29 if (auto EC = Reader.readCString(Info.ObjFileName))
H A DDbiModuleList.cpp279 if (auto EC = Names.readCString(Name))
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp39 if (auto EC = Reader.readCString(Result))
H A DRecordSerialization.cpp148 return Reader.readCString(Item);
H A DCodeViewRecordIO.cpp222 if (auto EC = Reader->readCString(Value))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h108 Error readCString(StringRef &Dest);
110 /// Similar to readCString, however read a null-terminated UTF16 string
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h129 if (auto EC = Reader.readCString(Field))
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp73 Error BinaryStreamReader::readCString(StringRef &Dest) { function in class:BinaryStreamReader
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp696 if (auto EC = Reader.readCString(S))
700 if (auto EC = Reader.readCString(S))
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1141 cantFail(Reader.readCString(Str));

Completed in 285 milliseconds