Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp293 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId) in BTFTypeFunc() function in BTFTypeFunc
300 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
304 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()
669 llvm::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId); in beginFunctionImpl()
H A DBTFDebug.h147 class BTFTypeFunc : public BTFTypeBase {
151 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId);