Searched refs:ProtoTypeId (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 372 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() argument 377 BTFType.Type = ProtoTypeId; in BTFTypeFunc() 602 uint32_t ProtoTypeId, uint8_t Scope) { in processDISubprogram() argument 604 std::make_unique<BTFTypeFunc>(SP->getName(), ProtoTypeId, Scope); in processDISubprogram() 1214 uint32_t ProtoTypeId; in beginFunctionImpl() local 1215 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId); in beginFunctionImpl() 1219 uint32_t FuncTypeId = processDISubprogram(SP, ProtoTypeId, Scope); in beginFunctionImpl() 1567 uint32_t ProtoTypeId; in processFuncPrototypes() local 1569 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes() 1570 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); 363 uint32_t processDISubprogram(const DISubprogram *SP, uint32_t ProtoTypeId,
|