Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVR.h38 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() function
45 return (V != nullptr) ? isProgramMemoryAddress(V) : false; in isProgramMemoryAccess()
DAVRTargetObjectFile.cpp34 if (AVR::isProgramMemoryAddress(GV) && !GV->hasSection()) in SelectSectionForGlobal()