|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/SymbolTableListTraits.h 60 template <typename NodeTy> class SymbolTableList;
References
include/llvm/IR/BasicBlock.h 60 using InstListType = SymbolTableList<Instruction>;
206 SymbolTableList<BasicBlock>::iterator eraseFromParent();
include/llvm/IR/Function.h 61 using BasicBlockListType = SymbolTableList<BasicBlock>;
include/llvm/IR/InstIterator.h 122 InstIterator<SymbolTableList<BasicBlock>, Function::iterator,
125 InstIterator<const SymbolTableList<BasicBlock>,
include/llvm/IR/Instruction.h 97 SymbolTableList<Instruction>::iterator eraseFromParent();
114 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
include/llvm/IR/Instructions.h 3500 SymbolTableList<Instruction>::iterator eraseFromParent();
include/llvm/IR/Module.h 71 using GlobalListType = SymbolTableList<GlobalVariable>;
73 using FunctionListType = SymbolTableList<Function>;
75 using AliasListType = SymbolTableList<GlobalAlias>;
77 using IFuncListType = SymbolTableList<GlobalIFunc>;
include/llvm/IR/SymbolTableListTraits.h 67 using ListTy = SymbolTableList<ValueSubClass>;
lib/IR/Instruction.cpp 95 SymbolTableList<Instruction>::iterator I) {
lib/IR/Instructions.cpp 3970 SymbolTableList<Instruction>::iterator