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

Declarations

lib/CodeGen/AsmPrinter/CodeViewDebug.h
  377   codeview::TypeIndex getTypeIndex(const DIType *Ty,

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  392     TypeIndex ClassType = getTypeIndex(Class);
  399     FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName);
 1542   TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType());
 1559   TypeIndex ElementTypeIndex = getTypeIndex(ElementType);
 1698   TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType());
 1770   TypeIndex ClassTI = getTypeIndex(Ty->getClassType());
 1771   TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType());
 1846   TypeIndex ModifiedTI = getTypeIndex(BaseTy);
 1860     ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgType));
 1892   TypeIndex ClassType = getTypeIndex(ClassTy);
 1900     ReturnTypeIndex = getTypeIndex(ReturnAndArgs[Index++]);
 1918     ArgTypeIndices.push_back(getTypeIndex(ReturnAndArgs[Index++]));
 2078                 getTypeIndex(Ty->getBaseType()));
 2184         Info.VShapeTI = getTypeIndex(DDTy);
 2335           getTypeIndex(I->getBaseType()), getVBPTypeIndex(), VBPtrOffset,
 2344                           getTypeIndex(I->getBaseType()),
 2354     TypeIndex MemberBaseType = getTypeIndex(Member->getBaseType());
 2369       VFPtrRecord VFPR(getTypeIndex(Member->getBaseType()));
 2431     NestedTypeRecord R(getTypeIndex(Nested), Nested->getName());
 2502   PointerRecord PR(getTypeIndex(Ty),
 2519     (void)getTypeIndex(Ty);
 2531     return getTypeIndex(Ty);
 2543     TypeIndex FwdDeclTI = getTypeIndex(CTy);
 3061         getTypeIndex(RT);
 3109     OS.EmitIntValue(getTypeIndex(DIGV->getType()).getIndex(), 4);