Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVR.h44 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
51 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
H A DAVRTargetObjectFile.cpp34 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()