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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2512   if (!Ty)
 2518   if (Ty->getTag() == dwarf::DW_TAG_typedef)
 2519     (void)getTypeIndex(Ty);
 2520   while (Ty->getTag() == dwarf::DW_TAG_typedef)
 2521     Ty = cast<DIDerivedType>(Ty)->getBaseType();
 2521     Ty = cast<DIDerivedType>(Ty)->getBaseType();
 2525   switch (Ty->getTag()) {
 2531     return getTypeIndex(Ty);
 2534   const auto *CTy = cast<DICompositeType>(Ty);