HomeSort by relevance Sort by last modified time
    Searched refs:getSymTab (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/VMCore/
SymbolTableListTraitsImpl.h 32 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);
Value.cpp 127 static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
179 if (getSymTab(this, ST))
226 if (getSymTab(this, ST)) {
247 if (getSymTab(this, ST)) {
256 bool Failure = getSymTab(V, VST);
  /external/llvm/include/llvm/
Function.h 48 static ValueSymbolTable *getSymTab(Function *ItemParent);
65 static ValueSymbolTable *getSymTab(Function *ItemParent);
441 ilist_traits<BasicBlock>::getSymTab(Function *F) {
446 ilist_traits<Argument>::getSymTab(Function *F) {
SymbolTableListTraits.h 61 static ValueSymbolTable *getSymTab(ItemParentClass *Par) {

Completed in 29 milliseconds