Searched refs:ProtoTypeId (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 370 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() argument 375 BTFType.Type = ProtoTypeId; in BTFTypeFunc() 1175 uint32_t ProtoTypeId; in beginFunctionImpl() local 1176 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1181 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in beginFunctionImpl() 1532 uint32_t ProtoTypeId; in processFuncPrototypes() local 1534 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes() 1538 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processFuncPrototypes()
|
| H A D | BTFDebug.h | 163 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);
|