Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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.cpp277 if (auto EC = Names.readCString(Name)) in getFileName()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp39 if (auto EC = Reader.readCString(Result)) in getString()
DRecordSerialization.cpp148 return Reader.readCString(Item); in consume()
DCodeViewRecordIO.cpp221 if (auto EC = Reader->readCString(Value)) in mapStringZ()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DBinaryStreamReader.h110 Error readCString(StringRef &Dest);
/openbsd/src/gnu/llvm/llvm/lib/Support/
DBinaryStreamReader.cpp74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() function in BinaryStreamReader
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h129 if (auto EC = Reader.readCString(Field)) in deserialize()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp696 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
700 if (auto EC = Reader.readCString(S)) in fromCodeViewSubsection()
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1140 cantFail(Reader.readCString(Str)); in dumpStringTableFromObj()