Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp317 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() function in BTFTypeFunc
325 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
333 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()
964 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in beginFunctionImpl()
1307 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processFuncPrototypes()
H A DBTFDebug.h157 class BTFTypeFunc : public BTFTypeBase {
161 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);