Searched refs:getValueSymbolTable (Results 1 – 19 of 19) sorted by relevance
94 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
808 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function809 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
681 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function683 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
546 ValueSymbolTable *getValueSymbolTable();
538 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()541 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()639 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()642 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()725 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()728 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
264 ST = PP->getValueSymbolTable(); in getSymTab()267 ST = P->getValueSymbolTable(); in getSymTab()270 ST = &P->getValueSymbolTable(); in getSymTab()273 ST = P->getValueSymbolTable(); in getSymTab()
136 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()140 return getValueSymbolTable().size(); in getNumNamedValues()
162 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock164 return F->getValueSymbolTable(); in getValueSymbolTable()
135 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
2163 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
1010 M->getValueSymbolTable().lookup(FuncName)); in getFunction()1027 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
172 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()542 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
777 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()2594 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()3083 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
850 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
423 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
2678 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()2908 writeFunctionLevelValueSymbolTable(M.getValueSymbolTable()); in write()
399 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3702 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
1787 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()3594 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()4044 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()8722 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()