Searched refs:readFixedString (Results 1 – 6 of 6) sorted by relevance
93 if (auto EC = readFixedString(Dest, Length)) in readCString()121 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() function in BinaryStreamReader
56 if (auto EC = Stream.readFixedString(Buffer, StringBufferSize)) in load()
123 Error readFixedString(StringRef &Dest, uint32_t Length);
129 if (FileData.readFixedString(StrTab.Data, Hdr->StrtabSize)) in parse()
347 if (Error E = Reader.readFixedString(Contents, SubSectionSize)) in initializeFileAndStringTables()
1109 if (Error E = Reader.readFixedString(Contents, SubSectionSize)) in initializeFileAndStringTables()