Searched refs:mapEncodedInteger (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h132 Error mapEncodedInteger(int64_t &Value, const Twine &Comment = "");
133 Error mapEncodedInteger(uint64_t &Value, const Twine &Comment = "");
134 Error mapEncodedInteger(APSInt &Value, const Twine &Comment = "");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp389 error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
408 error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
422 error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
596 error(IO.mapEncodedInteger(Record.Offset, "BaseOffset"));
608 error(IO.mapEncodedInteger(Record.Value, "EnumValue"));
620 error(IO.mapEncodedInteger(Record.FieldOffset, "FieldOffset"));
672 error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset"));
673 error(IO.mapEncodedInteger(Record.VTableIndex, "VBTableIndex"));
H A DCodeViewRecordIO.cpp148 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value, function in class:CodeViewRecordIO
173 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value, function in class:CodeViewRecordIO
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { function in class:CodeViewRecordIO
H A DSymbolRecordMapping.cpp213 error(IO.mapEncodedInteger(Constant.Value));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3116 cantFail(IO.mapEncodedInteger(Val));

Completed in 296 milliseconds