Searched refs:getValueSymbolTable (Results 1 – 17 of 17) sorted by relevance
93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
771 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function772 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
591 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function593 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
372 ValueSymbolTable *getValueSymbolTable();
530 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()533 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()638 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()641 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()731 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()734 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
252 ST = PP->getValueSymbolTable(); in getSymTab()255 ST = P->getValueSymbolTable(); in getSymTab()258 ST = &P->getValueSymbolTable(); in getSymTab()261 ST = P->getValueSymbolTable(); in getSymTab()
26 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock28 return F->getValueSymbolTable(); in getValueSymbolTable()
114 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()118 return getValueSymbolTable().size(); in getNumNamedValues()
226 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
1860 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
948 M->getValueSymbolTable().lookup(FuncName)); in getFunction()963 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
169 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()543 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
723 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()2497 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()2939 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
763 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
422 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3370 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
1441 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()2803 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()3248 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()7699 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()