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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h109 class BTFTypeArray : public BTFTypeBase { class in namespace:llvm
113 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);
H A DBTFDebug.cpp192 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { function in class:BTFTypeArray
203 void BTFTypeArray::completeType(BTFDebug &BDebug) {
215 void BTFTypeArray::emitType(MCStreamer &OS) {
498 std::make_unique<BTFTypeArray>(ElemTypeId,

Completed in 106 milliseconds