Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVR.h53 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
75 if (V != nullptr && isProgramMemoryAddress(V)) in isProgramMemoryAccess()
86 if (V == nullptr || !isProgramMemoryAddress(V)) in getProgramMemoryBank()
H A DAVRTargetObjectFile.cpp43 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()