Searched refs:BTFTypeFunc (Results 1 – 2 of 2) sorted by relevance
317 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() function in BTFTypeFunc325 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()333 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()964 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in beginFunctionImpl()1307 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processFuncPrototypes()
157 class BTFTypeFunc : public BTFTypeBase {161 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);