Searched refs:ElemTypeId (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp192 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { argument
198 ArrayInfo.ElemType = ElemTypeId;
482 uint32_t ElemTypeId; local
484 visitTypeEntry(ElemType, ElemTypeId, false, false);
498 std::make_unique<BTFTypeArray>(ElemTypeId,
501 ElemTypeId = addType(std::move(TypeEntry), CTy);
503 ElemTypeId = addType(std::move(TypeEntry));
508 TypeId = ElemTypeId;
H A DBTFDebug.h113 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);

Completed in 60 milliseconds