Searched defs:emitType (Results 1 – 1 of 1) sorted by relevance
35 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase91 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived112 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd149 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt185 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum216 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray258 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct309 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto333 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc347 void BTFKindVar::emitType(MCStreamer &OS) { in emitType() function in BTFKindVar[all …]