|
LLVM
4.0.0
|
#include <Argument.h>
Public Member Functions | |
| SymbolTableListTraits () | |
| void | addNodeToList (ValueSubClass *V) |
| void | removeNodeFromList (ValueSubClass *V) |
| void | transferNodesFromList (SymbolTableListTraits &L2, iterator first, iterator last) |
| template<typename TPtr > | |
| void | setSymTabObject (TPtr *, TPtr) |
| setSymTabObject - This is called when (f.e.) the parent of a basic block changes. More... | |
Static Public Member Functions | |
| static ValueSymbolTable * | toPtr (ValueSymbolTable *P) |
| static ValueSymbolTable * | toPtr (ValueSymbolTable &R) |
Static Public Member Functions inherited from llvm::ilist_alloc_traits< ValueSubClass > | |
| static void | deleteNode (ValueSubClass *V) |
Definition at line 24 of file Argument.h.
|
inline |
Definition at line 70 of file SymbolTableListTraits.h.
| void llvm::SymbolTableListTraits< ValueSubClass >::addNodeToList | ( | ValueSubClass * | V | ) |
Definition at line 64 of file SymbolTableListTraitsImpl.h.
References assert(), getSymTab(), and llvm::ARM_MB::ST.
| void llvm::SymbolTableListTraits< ValueSubClass >::removeNodeFromList | ( | ValueSubClass * | V | ) |
Definition at line 74 of file SymbolTableListTraitsImpl.h.
References getSymTab(), and llvm::ARM_MB::ST.
| void llvm::SymbolTableListTraits< ValueSubClass >::setSymTabObject | ( | TPtr * | Dest, |
| TPtr | Src | ||
| ) |
setSymTabObject - This is called when (f.e.) the parent of a basic block changes.
This requires us to remove all the instruction symtab entries from the current function and reinsert them into the new function.
Definition at line 29 of file SymbolTableListTraitsImpl.h.
References getSymTab(), and I.
|
inlinestatic |
Definition at line 99 of file SymbolTableListTraits.h.
|
inlinestatic |
Definition at line 100 of file SymbolTableListTraits.h.
| void llvm::SymbolTableListTraits< ValueSubClass >::transferNodesFromList | ( | SymbolTableListTraits< NodeTy > & | L2, |
| iterator | first, | ||
| iterator | last | ||
| ) |
Definition at line 83 of file SymbolTableListTraitsImpl.h.
References assert(), and getSymTab().
1.8.6