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 {101 class BTFTypeEnum : public BTFTypeBase {115 class BTFTypeArray : public BTFTypeBase {126 class BTFTypeStruct : public BTFTypeBase {159 class BTFTypeFunc : public BTFTypeBase {[all …]
37 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()161 BTFTypeBase::emitType(OS); in emitType()198 BTFTypeBase::emitType(OS); in emitType()237 BTFTypeBase::emitType(OS); in emitType()271 BTFTypeBase::emitType(OS); in emitType()313 BTFTypeBase::emitType(OS); in emitType()364 BTFTypeBase::emitType(OS); in emitType()402 BTFTypeBase::emitType(OS); in emitType()419 BTFTypeBase::emitType(OS); in emitType()461 BTFTypeBase::emitType(OS); in emitType()[all …]