LLVM
15.0.0git
|
#include "llvm/ExecutionEngine/JITLink/MemoryFlags.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::jitlink | |
Macros | |
#define | DEBUG_TYPE "jitlink" |
Functions | |
raw_ostream & | llvm::jitlink::operator<< (raw_ostream &OS, MemProt MP) |
Print a MemProt as an RWX triple. More... | |
raw_ostream & | llvm::jitlink::operator<< (raw_ostream &OS, MemDeallocPolicy MDP) |
Print a MemDeallocPolicy. More... | |
raw_ostream & | llvm::jitlink::operator<< (raw_ostream &OS, AllocGroup AG) |
Print an AllocGroup. More... | |
#define DEBUG_TYPE "jitlink" |
Definition at line 12 of file MemoryFlags.cpp.