Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h159 class BTFTypeFunc : public BTFTypeBase {
163 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);
H A DBTFDebug.cpp372 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() function in BTFTypeFunc
380 void BTFTypeFunc::completeType(BTFDebug &BDebug) { in completeType()
388 void BTFTypeFunc::emitType(MCStreamer &OS) { BTFTypeBase::emitType(OS); } in emitType()
604 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processDISubprogram()