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 …]
38 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType()162 BTFTypeBase::emitType(OS); in emitType()199 BTFTypeBase::emitType(OS); in emitType()238 BTFTypeBase::emitType(OS); in emitType()272 BTFTypeBase::emitType(OS); in emitType()314 BTFTypeBase::emitType(OS); in emitType()365 BTFTypeBase::emitType(OS); in emitType()403 BTFTypeBase::emitType(OS); in emitType()420 BTFTypeBase::emitType(OS); in emitType()462 BTFTypeBase::emitType(OS); in emitType()[all …]