Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp255 BTFTypeFuncProto::BTFTypeFuncProto( in BTFTypeFuncProto() function in BTFTypeFuncProto
263 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) { in completeType()
285 void BTFTypeFuncProto::emitType(MCStreamer &OS) { in emitType()
370 auto TypeEntry = llvm::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames); in visitSubroutineType()
H A DBTFDebug.h131 class BTFTypeFuncProto : public BTFTypeBase {
137 BTFTypeFuncProto(const DISubroutineType *STy, uint32_t NumParams,