Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h115 class BTFTypeArray : public BTFTypeBase {
119 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);
H A DBTFDebug.cpp248 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray() function in BTFTypeArray
259 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()
271 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType()
714 std::make_unique<BTFTypeArray>(ElemTypeId, in visitArrayType()