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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h135 class BTFTypeFuncProto : public BTFTypeBase { class in namespace:llvm
141 BTFTypeFuncProto(const DISubroutineType *STy, uint32_t NumParams,
H A DBTFDebug.cpp269 BTFTypeFuncProto::BTFTypeFuncProto( function in class:BTFTypeFuncProto
277 void BTFTypeFuncProto::completeType(BTFDebug &BDebug) {
303 void BTFTypeFuncProto::emitType(MCStreamer &OS) {
435 auto TypeEntry = std::make_unique<BTFTypeFuncProto>(STy, VLen, FuncArgNames);

Completed in 108 milliseconds