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 …]
36 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()160 BTFTypeBase::emitType(OS); in emitType()197 BTFTypeBase::emitType(OS); in emitType()236 BTFTypeBase::emitType(OS); in emitType()270 BTFTypeBase::emitType(OS); in emitType()312 BTFTypeBase::emitType(OS); in emitType()363 BTFTypeBase::emitType(OS); in emitType()401 BTFTypeBase::emitType(OS); in emitType()418 BTFTypeBase::emitType(OS); in emitType()460 BTFTypeBase::emitType(OS); in emitType()[all …]