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

Declarations

lib/Target/BPF/BTFDebug.h
  266   void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,

References

lib/Target/BPF/BTFDebug.cpp
  478   visitTypeEntry(ElemType, ElemTypeId, false, false);
  593     visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false);
  595     visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer);
  620   visitTypeEntry(Ty, TypeId, false, false);
  933   visitTypeEntry(Ty, Id, false, false);
 1084         visitTypeEntry(GVE->getVariable()->getType(), GVTypeId, false, false);