Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamReader.cpp100 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef() function in BinaryStreamReader
101 return readStreamRef(Ref, bytesRemaining()); in readStreamRef()
104 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef() function in BinaryStreamReader
115 return readStreamRef(Stream.StreamData, Size); in readSubstream()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h129 Error readStreamRef(BinaryStreamRef &Ref);
138 Error readStreamRef(BinaryStreamRef &Ref, uint32_t Length);
209 if (auto EC = readStreamRef(S, Size))
235 if (auto EC = readStreamRef(View, NumItems * sizeof(T))) in readArray()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp41 if (auto EC = Reader.readStreamRef(Info.Data, Header->Length)) in initialize()
H A DDebugStringTableSubsection.cpp32 return Reader.readStreamRef(Stream); in initialize()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp45 if (auto EC = Reader.readStreamRef(Stream)) in readStrings()
H A DDbiModuleList.cpp220 if (auto EC = FISR.readStreamRef(NamesBuffer)) in initializeFileInfo()