Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp35 if (auto EC = Reader.readCString(Info.ModuleName)) in initialize()
38 if (auto EC = Reader.readCString(Info.ObjFileName)) in initialize()
H A DDbiModuleList.cpp277 if (auto EC = Names.readCString(Name)) in getFileName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp40 if (auto EC = Reader.readCString(Result)) in getString()
H A DRecordSerialization.cpp149 return Reader.readCString(Item); in consume()
H A DCodeViewRecordIO.cpp165 if (auto EC = Reader->readCString(Value)) in mapStringZ()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamReader.cpp44 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() function in BinaryStreamReader
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h106 Error readCString(StringRef &Dest);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h128 if (auto EC = Reader.readCString(Field)) in deserialize()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp697 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
701 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1180 cantFail(Reader.readCString(Str)); in dumpStringTableFromObj()