Home
last modified time | relevance | path

Searched refs:BTFTypeFuncProto (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h143 class BTFTypeFuncProto : public BTFTypeBase {
149 BTFTypeFuncProto(const DISubroutineType *STy, uint32_t NumParams,
H A DBTFDebug.cpp328 BTFTypeFuncProto::BTFTypeFuncProto( in BTFTypeFuncProto() function in BTFTypeFuncProto
336 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
362 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType()
568 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType()