summaryrefslogtreecommitdiff
path: root/offload/unittests/OffloadAPI/symbol/olGetSymbolInfoSize.cpp
AgeCommit message (Collapse)Author
2025-07-11[Offload] Add global variable address/size queries (#147972)Ross Brunton
Add two new symbol info types for getting the bounds of a global variable. As well as a number of tests for reading/writing to it.
2025-07-11[Offload] Add `olGetSymbolInfo[Size]` (#147962)Ross Brunton
This mirrors the similar functions for other handles. The only implemented info at the moment is the symbol's kind.