Searched refs:ElemTypeId (Results 1 – 2 of 2) sorted by relevance
249 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray() argument255 ArrayInfo.ElemType = ElemTypeId; in BTFTypeArray()699 uint32_t ElemTypeId; in visitArrayType() local701 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()715 std::make_unique<BTFTypeArray>(ElemTypeId, in visitArrayType()718 ElemTypeId = addType(std::move(TypeEntry), CTy); in visitArrayType()720 ElemTypeId = addType(std::move(TypeEntry)); in visitArrayType()725 TypeId = ElemTypeId; in visitArrayType()
119 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);