reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  133   Error mapEncodedInteger(uint64_t &Value, const Twine &Comment = "");

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 3116     cantFail(IO.mapEncodedInteger(Val));
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  389   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"));
  620   error(IO.mapEncodedInteger(Record.FieldOffset, "FieldOffset"));
  672   error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset"));
  673   error(IO.mapEncodedInteger(Record.VTableIndex, "VBTableIndex"));