Home
last modified time | relevance | path

Searched refs:ProtoTypeId (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() argument
297 BTFType.Type = ProtoTypeId; in BTFTypeFunc()
664 uint32_t ProtoTypeId; in beginFunctionImpl() local
665 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl()
669 llvm::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId); in beginFunctionImpl()
H A DBTFDebug.h151 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId);