Home
last modified time | relevance | path

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

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