Home
last modified time | relevance | path

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

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