OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 27 00:26:35 UTC 2026