Searched defs:emitType (Results 1 – 1 of 1) sorted by relevance
50 void BTFTypeBase::emitType(MCStreamer &OS) { in emitType() function in BTFTypeBase132 void BTFTypeDerived::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeDerived153 void BTFTypeFwd::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFwd190 void BTFTypeInt::emitType(MCStreamer &OS) { in emitType() function in BTFTypeInt227 void BTFTypeEnum::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum266 void BTFTypeEnum64::emitType(MCStreamer &OS) { in emitType() function in BTFTypeEnum64300 void BTFTypeArray::emitType(MCStreamer &OS) { in emitType() function in BTFTypeArray380 void BTFTypeStruct::emitType(MCStreamer &OS) { in emitType() function in BTFTypeStruct431 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType() function in BTFTypeFuncProto455 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType() function in BTFTypeFunc[all …]