Lines Matching refs:CodeViewRecordIO
19 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord()
27 Error CodeViewRecordIO::endRecord() { in endRecord()
41 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength()
60 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment()
66 Error CodeViewRecordIO::skipPadding() { in skipPadding()
81 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes) { in mapByteVectorTail()
92 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes) { in mapByteVectorTail()
102 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd) { in mapInteger()
116 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value) { in mapEncodedInteger()
135 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value) { in mapEncodedInteger()
148 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value) { in mapEncodedInteger()
158 Error CodeViewRecordIO::mapStringZ(StringRef &Value) { in mapStringZ()
171 Error CodeViewRecordIO::mapGuid(GUID &Guid) { in mapGuid()
188 Error CodeViewRecordIO::mapStringZVectorZ(std::vector<StringRef> &Value) { in mapStringZVectorZ()
209 Error CodeViewRecordIO::writeEncodedSignedInteger(const int64_t &Value) { in writeEncodedSignedInteger()
235 Error CodeViewRecordIO::writeEncodedUnsignedInteger(const uint64_t &Value) { in writeEncodedUnsignedInteger()