Searched refs:getSymTab (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h32 ValueSymbolTable *OldST = TraitsClass::getSymTab(getListOwner());
38 ValueSymbolTable *NewST = TraitsClass::getSymTab(getListOwner());
72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
81 if (ValueSymbolTable *ST = TraitsClass::getSymTab(getListOwner()))
96 ValueSymbolTable *NewST = TraitsClass::getSymTab(NewIP);
97 ValueSymbolTable *OldST = TraitsClass::getSymTab(OldIP);
H A DValue.cpp143 static bool getSymTab(Value *V, ValueSymbolTable *&ST) { function
196 if (getSymTab(this, ST))
248 if (getSymTab(this, ST)) {
269 if (getSymTab(this, ST)) {
278 bool Failure = getSymTab(V, VST);
/external/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h60 static ValueSymbolTable *getSymTab(ItemParentClass *Par) { function in class:llvm::SymbolTableListTraits
H A DFunction.h49 static ValueSymbolTable *getSymTab(Function *ItemParent);
66 static ValueSymbolTable *getSymTab(Function *ItemParent);
507 ilist_traits<BasicBlock>::getSymTab(Function *F) { function in class:llvm::ilist_traits
512 ilist_traits<Argument>::getSymTab(Function *F) { function in class:llvm::ilist_traits

Completed in 160 milliseconds