Home
last modified time | relevance | path

Searched refs:readFixedString (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamReader.cpp64 if (auto EC = readFixedString(Dest, Length)) in readCString()
92 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() function in BinaryStreamReader
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp60 if (auto EC = Stream.readFixedString(Buffer, StringBufferSize)) in load()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h121 Error readFixedString(StringRef &Dest, uint32_t Length);
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp933 error(Reader.readFixedString(Contents, SubSectionSize)); in initializeFileAndStringTables()