Searched refs:BTFTypeBase (Results 1 – 2 of 2) sorted by relevance
39 class BTFTypeBase {47 BTFTypeBase() : IsCompleted(false) {} in BTFTypeBase() function48 virtual ~BTFTypeBase() = default;64 class BTFTypeDerived : public BTFTypeBase {78 class BTFTypeFwd : public BTFTypeBase {88 class BTFTypeInt : public BTFTypeBase {95 uint32_t getSize() override { return BTFTypeBase::getSize() + sizeof(uint32_t); } in getSize()101 class BTFTypeEnum : public BTFTypeBase {108 return BTFTypeBase::getSize() + EnumValues.size() * BTF::BTFEnumSize; in getSize()115 class BTFTypeArray : public BTFTypeBase {[all …]
50 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()132 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()153 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()191 BTFTypeBase::emitType(OS); in emitType()228 BTFTypeBase::emitType(OS); in emitType()267 BTFTypeBase::emitType(OS); in emitType()301 BTFTypeBase::emitType(OS); in emitType()381 BTFTypeBase::emitType(OS); in emitType()432 BTFTypeBase::emitType(OS); in emitType()455 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()[all …]