Searched defs:emitType (Results 1 – 1 of 1) sorted by relevance
39 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase104 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived125 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd162 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt199 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum238 void BTFTypeEnum64::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum64272 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray314 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct365 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto389 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc[all …]