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

Declarations

lib/Target/BPF/BTFDebug.h
  258   uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry, const DIType *Ty);

References

lib/Target/BPF/BTFDebug.cpp
  417   TypeId = addType(std::move(TypeEntry), BTy);
  438     TypeId = addType(std::move(TypeEntry), STy); // For func ptr
  467   TypeId = addType(std::move(TypeEntry), CTy);
  495           ElemTypeId = addType(std::move(TypeEntry), CTy);
  520   TypeId = addType(std::move(TypeEntry), CTy);
  528   TypeId = addType(std::move(TypeEntry), CTy);
  573           TypeId = addType(std::move(TypeEntry), DTy);
  584     TypeId = addType(std::move(TypeEntry), DTy);
  652   TypeId = addType(std::move(TypeEntry), CTy);