Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamReader.h133 Error readStreamRef(BinaryStreamRef &Ref);
142 Error readStreamRef(BinaryStreamRef &Ref, uint32_t Length);
213 if (auto EC = readStreamRef(S, Size))
239 if (auto EC = readStreamRef(View, NumItems * sizeof(T))) in readArray()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamReader.cpp130 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef() function in BinaryStreamReader
131 return readStreamRef(Ref, bytesRemaining()); in readStreamRef()
134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef() function in BinaryStreamReader
145 return readStreamRef(Ref.StreamData, Length); in readSubstream()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp37 if (auto EC = Reader.readStreamRef(Info.Data, Header->Length)) in initialize()
H A DDebugStringTableSubsection.cpp31 return Reader.readStreamRef(Stream); in initialize()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp43 if (auto EC = Reader.readStreamRef(Stream)) in readStrings()
H A DDbiModuleList.cpp220 if (auto EC = FISR.readStreamRef(NamesBuffer)) in initializeFileInfo()