Searched refs:getValueSymbolTable (Results 1 – 13 of 13) sorted by relevance
394 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }395 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }524 return F ? &F->getValueSymbolTable() : nullptr;529 return F ? &F->getValueSymbolTable() : nullptr;
61 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
540 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }542 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
250 ValueSymbolTable *getValueSymbolTable();
143 ST = &PP->getValueSymbolTable(); in getSymTab()146 ST = &P->getValueSymbolTable(); in getSymTab()149 ST = &P->getValueSymbolTable(); in getSymTab()152 ST = &P->getValueSymbolTable(); in getSymTab()
26 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock28 return &F->getValueSymbolTable(); in getValueSymbolTable()
89 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
338 const ValueSymbolTable &GST = M->getValueSymbolTable(); in TestBlocks()341 ValueSymbolTable &ST = F->getValueSymbolTable(); in TestBlocks()
223 StripSymtab(I->getValueSymbolTable(), PreserveDbgInfo); in StripSymbolNames()
341 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
2130 WriteValueSymbolTable(F.getValueSymbolTable(), VE, Stream); in WriteFunction()2356 WriteValueSymbolTable(M->getValueSymbolTable(), VE, Stream); in WriteModule()
436 ValueSymbolTable& value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()841 ValueSymbolTable& value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
1014 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in GetGlobalVal()2152 Value *Val = F.getValueSymbolTable().lookup(Name); in GetVal()2566 F->getValueSymbolTable().lookup(Label.StrVal)); in ParseValID()5759 Value *V = F->getValueSymbolTable().lookup(Label.StrVal); in ParseUseListOrderBB()