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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  198   int32_t getThisPointerAdjustment() const { return ThisPointerAdjustment; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  308   error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  415   IO.mapRequired("ThisPointerAdjustment", Record.ThisPointerAdjustment);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  416                MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment);