Searched refs:isProgramMemoryAddress (Results 1 – 2 of 2) sorted by relevance
55 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function77 if (V != nullptr && isProgramMemoryAddress(V)) in isProgramMemoryAccess()88 if (V == nullptr || !isProgramMemoryAddress(V)) in getProgramMemoryBank()
42 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()