Home
last modified time | relevance | path

Searched refs:ProtoTypeId (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() argument
322 BTFType.Type = ProtoTypeId; in BTFTypeFunc()
958 uint32_t ProtoTypeId; in beginFunctionImpl() local
959 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl()
964 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in beginFunctionImpl()
1301 uint32_t ProtoTypeId; in processFuncPrototypes() local
1303 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes()
1307 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processFuncPrototypes()
H A DBTFDebug.h161 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);