Searched refs:ProtoTypeId (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp316 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, argument
321 BTFType.Type = ProtoTypeId;
932 uint32_t ProtoTypeId; local
933 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId);
938 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope);
1246 uint32_t ProtoTypeId; local
1248 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId);
1252 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope);
H A DBTFDebug.h157 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope);

Completed in 72 milliseconds