HomeSort by: relevance | last modified time | path
    Searched refs:isProgramMemoryAddress (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVR.h 43 template <typename T> bool isProgramMemoryAddress(T *V) {
50 return (V != nullptr) ? isProgramMemoryAddress(V) : false;
AVRTargetObjectFile.cpp 33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly())

Completed in 25 milliseconds