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