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

Declarations

lib/Target/BPF/BTFDebug.h
  260   uint32_t addType(std::unique_ptr<BTFTypeBase> TypeEntry);

References

lib/Target/BPF/BTFDebug.cpp
  436     TypeId = addType(std::move(TypeEntry)); // For subprogram
  497           ElemTypeId = addType(std::move(TypeEntry));
  509     ArrayIndexTypeId = addType(std::move(TypeEntry));
  902   uint32_t FuncTypeId = addType(std::move(FuncTypeEntry));
 1107     uint32_t VarId = addType(std::move(VarEntry));
 1152     addType(std::move(DataSec.second));
 1170       StructTypeId = addType(std::move(FwdTypeEntry));