Searched refs:BTFTypeFunc (Results 1 – 2 of 2) sorted by relevance
159 class BTFTypeFunc : public BTFTypeBase {163 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);
439 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() function in BTFTypeFunc447 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()455 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()671 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processDISubprogram()