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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp316 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, function in class:BTFTypeFunc
324 void BTFTypeFunc::completeType(BTFDebug &BDebug) {
332 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); }
938 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope);
1252 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope);
H A DBTFDebug.h153 class BTFTypeFunc : public BTFTypeBase { class in namespace:llvm
157 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);

Completed in 118 milliseconds