LLVM
20.0.0git
lib
Extensions
Extensions.cpp
Go to the documentation of this file.
1
#include "
llvm/Passes/PassPlugin.h
"
2
#define HANDLE_EXTENSION(Ext) \
3
llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
4
#include "llvm/Support/Extension.def"
5
6
7
namespace
llvm
{
8
namespace
details {
9
void
extensions_anchor
() {
10
#define HANDLE_EXTENSION(Ext) \
11
get##Ext##PluginInfo();
12
#include "llvm/Support/Extension.def"
13
}
14
}
15
}
PassPlugin.h
llvm::details::extensions_anchor
void extensions_anchor()
Definition:
Extensions.cpp:9
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Fri Oct 4 2024 15:54:12 for LLVM by
1.9.6