Searched refs:BTFTypeFunc (Results 1 – 2 of 2) sorted by relevance
293 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId) in BTFTypeFunc() function in BTFTypeFunc300 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()304 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()669 llvm::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId); in beginFunctionImpl()
147 class BTFTypeFunc : public BTFTypeBase {151 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId);