reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
550 unsigned Tag = DTy->getTag(); 559 const DIType *Base = DTy->getBaseType(); 569 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, true); 573 TypeId = addType(std::move(TypeEntry), DTy); 583 auto TypeEntry = std::make_unique<BTFTypeDerived>(DTy, Tag, false); 584 TypeId = addType(std::move(TypeEntry), DTy); 593 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); 595 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer);