Allocate hashmap lookup return vars based on the value type of said hashmap

This commit is contained in:
Pragyansh Chaturvedi
2025-11-19 04:09:51 +05:30
parent 9f5ec62383
commit 19b42b9a19
4 changed files with 79 additions and 8 deletions

View File

@ -11,6 +11,7 @@ class MapSymbol:
type: BPFMapType
sym: ir.GlobalVariable
params: dict[str, Any] | None = None
class MapProcessorRegistry: