LLVM 20.0.0git
|
Go to the source code of this file.
Classes | |
struct | llvm::SymbolTableListParentType< NodeTy > |
Template metafunction to get the parent type for a symbol table list. More... | |
class | llvm::SymbolTableListTraits< ValueSubClass, Args > |
class | llvm::SymbolTableList< T, Args > |
List that automatically updates parent links and symbol tables. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) template <> struct SymbolTableListParentType<NODE> { using type = PARENT; }; |