Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp26 if (auto EC = Reader.readCString(Info.ModuleName)) in initialize()
29 if (auto EC = Reader.readCString(Info.ObjFileName)) in initialize()
H A DDbiModuleList.cpp279 if (auto EC = Names.readCString(Name)) in getFileName()
/freebsd-src/contrib/llvm-project/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.cpp222 if (auto EC = Reader->readCString(Value)) in mapStringZ()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h108 Error readCString(StringRef &Dest);
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp73 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() function in BinaryStreamReader
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h129 if (auto EC = Reader.readCString(Field)) in deserialize()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp696 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
700 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1140 cantFail(Reader.readCString(Str)); in dumpStringTableFromObj()