Home
last modified time | relevance | path

Searched refs:ArrayIndexTypeId (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h294 uint32_t ArrayIndexTypeId; variable
401 assert(ArrayIndexTypeId); in getArrayIndexTypeId()
402 return ArrayIndexTypeId; in getArrayIndexTypeId()
H A DBTFDebug.cpp507 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()
707 if (!ArrayIndexTypeId) { in visitArrayType()
710 ArrayIndexTypeId = addType(std::move(TypeEntry)); in visitArrayType()