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

Declarations

lib/CodeGen/AsmPrinter/CodeViewDebug.h
  423   codeview::TypeIndex getCompleteTypeIndex(const DIType *Ty);

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1114       OS.EmitIntValue(getCompleteTypeIndex(DITy).getIndex(), 4);
 2218     return getCompleteTypeIndex(Ty);
 2275     return getCompleteTypeIndex(Ty);
 2589       getCompleteTypeIndex(RecordTy);
 2627                      : getCompleteTypeIndex(Var.DIVar->getType());
 2974     OS.EmitIntValue(getCompleteTypeIndex(T).getIndex(), 4);
 3090     OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4);