Searched refs:isProgramMemoryAddress (Results 1 – 2 of 2) sorted by relevance
43 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function50 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()