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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h107 class BTFTypeArray : public BTFTypeBase { class in namespace:llvm
111 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);
H A DBTFDebug.cpp187 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { function in class:BTFTypeArray
198 void BTFTypeArray::completeType(BTFDebug &BDebug) {
210 void BTFTypeArray::emitType(MCStreamer &OS) {
493 std::make_unique<BTFTypeArray>(ElemTypeId,

Completed in 47 milliseconds