Searched refs:ProtoTypeId (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 439 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() argument 444 BTFType.Type = ProtoTypeId; in BTFTypeFunc() 669 uint32_t ProtoTypeId, uint8_t Scope) { in processDISubprogram() argument 671 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processDISubprogram() 1333 uint32_t ProtoTypeId; in beginFunctionImpl() local 1334 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1338 uint32_t FuncTypeId = processDISubprogram(SP, ProtoTypeId, Scope); in beginFunctionImpl() 1703 uint32_t ProtoTypeId; in processFuncPrototypes() local 1705 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes() 1706 uint32_t FuncId = processDISubprogram(SP, ProtoTypeId, BTF::FUNC_EXTERN); in processFuncPrototypes()
|
| H A D | BTFDebug.h | 163 BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, uint32_t Scope); 368 uint32_t processDISubprogram(const DISubprogram *SP, uint32_t ProtoTypeId,
|