Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp277 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray() argument
283 ArrayInfo.ElemType = ElemTypeId; in BTFTypeArray()
790 uint32_t ElemTypeId; in visitArrayType() local
792 visitTypeEntry(ElemType, ElemTypeId, false, false); in visitArrayType()
806 std::make_unique<BTFTypeArray>(ElemTypeId, in visitArrayType()
809 ElemTypeId = addType(std::move(TypeEntry), CTy); in visitArrayType()
811 ElemTypeId = addType(std::move(TypeEntry)); in visitArrayType()
816 TypeId = ElemTypeId; in visitArrayType()
H A DBTFDebug.h119 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);