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);
373 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() function in BTFTypeFunc381 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()389 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()605 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processDISubprogram()