summaryrefslogtreecommitdiff
path: root/offload/unittests/OffloadAPI/symbol/olGetSymbol.cpp
AgeCommit message (Collapse)Author
2025-07-16[Offload] Cache symbols in program (#148209)Ross Brunton
When creating a new symbol, check that it already exists. If it does, return that pointer rather than building a new symbol structure.
2025-07-11[Offload] Replace `GetKernel` with `GetSymbol` with global support (#148221)Ross Brunton
`olGetKernel` has been replaced by `olGetSymbol` which accepts a `Kind` parameter. As well as loading information about kernels, it can now also load information about global variables.