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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h43 template <typename T> bool isProgramMemoryAddress(T *V) { function in namespace:llvm::AVR
50 return (V != nullptr) ? isProgramMemoryAddress(V) : false;
H A DAVRTargetObjectFile.cpp33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly())

Completed in 59 milliseconds