Searched refs:BTFTypeArray (Results 1 – 2 of 2) sorted by relevance
113 class BTFTypeArray : public BTFTypeBase {117 BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems);
193 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray() function in BTFTypeArray204 void BTFTypeArray::completeType(BTFDebug &BDebug) { in completeType()216 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType()524 std::make_unique<BTFTypeArray>(ElemTypeId, in visitArrayType()