Lines Matching refs:CodeViewRecordIO
20 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord()
28 Error CodeViewRecordIO::endRecord() { in endRecord()
59 uint32_t CodeViewRecordIO::maxFieldLength() const { in maxFieldLength()
81 Error CodeViewRecordIO::padToAlignment(uint32_t Align) { in padToAlignment()
87 Error CodeViewRecordIO::skipPadding() { in skipPadding()
102 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail()
118 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail()
129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
150 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value, in mapEncodedInteger()
175 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value, in mapEncodedInteger()
191 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
209 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
254 Error CodeViewRecordIO::mapStringZVectorZ(std::vector<StringRef> &Value, in mapStringZVectorZ()
279 void CodeViewRecordIO::emitEncodedSignedInteger(const int64_t &Value, in emitEncodedSignedInteger()
314 void CodeViewRecordIO::emitEncodedUnsignedInteger(const uint64_t &Value, in emitEncodedUnsignedInteger()
339 Error CodeViewRecordIO::writeEncodedSignedInteger(const int64_t &Value) { in writeEncodedSignedInteger()
370 Error CodeViewRecordIO::writeEncodedUnsignedInteger(const uint64_t &Value) { in writeEncodedUnsignedInteger()