|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/BinaryStreamReader.h 66 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
References
include/llvm/DebugInfo/CodeView/CVRecord.h 109 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t)))
include/llvm/DebugInfo/CodeView/TypeDeserializer.h 154 if (auto EC = Mapping.Reader.readBytes(CVR.Data, RecordLength))
include/llvm/Support/BinaryStreamReader.h 80 if (auto EC = readBytes(Bytes, sizeof(T)))
171 if (auto EC = readBytes(Buffer, sizeof(T)))
198 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp 110 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining()))
242 if (auto EC = Reader->readBytes(GuidBytes, GuidSize))
lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp 44 if (auto EC = Reader.readBytes(Item.Checksum, Header->ChecksumSize))
lib/DebugInfo/PDB/Native/PDBFile.cpp 158 if (auto EC = FpmReader.readBytes(FpmBytes, FpmReader.bytesRemaining()))
lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp 60 cantFail(Reader.readBytes(S, 8));
lib/Support/BinaryStreamReader.cpp 50 if (auto Err = readBytes(NextByte, 1))
65 if (auto Err = readBytes(NextByte, 1))
124 if (auto EC = readBytes(Bytes, Length))
tools/llvm-pdbutil/BytesOutputStyle.cpp 439 auto EC = Reader.readBytes(Data, Size);
tools/llvm-pdbutil/LinePrinter.cpp 232 consumeError(Reader.readBytes(Data, Len));