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 {76 class BTFTypeFwd : public BTFTypeBase {86 class BTFTypeInt : public BTFTypeBase {99 class BTFTypeEnum : public BTFTypeBase {113 class BTFTypeArray : public BTFTypeBase {124 class BTFTypeStruct : public BTFTypeBase {157 class BTFTypeFunc : public BTFTypeBase {[all …]
35 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()150 BTFTypeBase::emitType(OS); in emitType()186 BTFTypeBase::emitType(OS); in emitType()217 BTFTypeBase::emitType(OS); in emitType()259 BTFTypeBase::emitType(OS); in emitType()310 BTFTypeBase::emitType(OS); in emitType()348 BTFTypeBase::emitType(OS); in emitType()365 BTFTypeBase::emitType(OS); in emitType()410 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry, in addType()419 uint32_t BTFDebug::addType(std::unique_ptr<BTFTypeBase> TypeEntry) { in addType()[all …]