Home
last modified time | relevance | path

Searched refs:readStreamRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryStreamReader.h131 Error readStreamRef(BinaryStreamRef &Ref);
140 Error readStreamRef(BinaryStreamRef &Ref, uint32_t Length);
211 if (auto EC = readStreamRef(S, Size))
237 if (auto EC = readStreamRef(View, NumItems * sizeof(T))) in readArray()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDBinaryStreamReader.cpp129 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef() function in BinaryStreamReader
130 return readStreamRef(Ref, bytesRemaining()); in readStreamRef()
133 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef() function in BinaryStreamReader
144 return readStreamRef(Ref.StreamData, Length); in readSubstream()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugSubsectionRecord.cpp37 if (auto EC = Reader.readStreamRef(Info.Data, Header->Length)) in initialize()
HDDebugStringTableSubsection.cpp31 return Reader.readStreamRef(Stream); in initialize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDPDBStringTable.cpp43 if (auto EC = Reader.readStreamRef(Stream)) in readStrings()
HDDbiModuleList.cpp220 if (auto EC = FISR.readStreamRef(NamesBuffer)) in initializeFileInfo()