Searched refs:ProtoTypeId (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 373 BTFTypeFunc::BTFTypeFunc(StringRef FuncName, uint32_t ProtoTypeId, in BTFTypeFunc() argument 378 BTFType.Type = ProtoTypeId; in BTFTypeFunc() 603 uint32_t ProtoTypeId, uint8_t Scope) { in processDISubprogram() argument 605 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() 1589 uint32_t ProtoTypeId; in processFuncPrototypes() local 1591 visitSubroutineType(SP->getType(), false, FuncArgNames, ProtoTypeId); in processFuncPrototypes() 1592 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); 367 uint32_t processDISubprogram(const DISubprogram *SP, uint32_t ProtoTypeId,
|