Home
last modified time | relevance | path

Searched refs:isProgramMemoryAddress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVR.h43 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
50 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
H A DAVRTargetObjectFile.cpp33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()