Searched refs:getValueSymbolTable (Results 1 – 17 of 17) sorted by relevance
169 ST = PP->getValueSymbolTable(); in getSymTab()172 ST = P->getValueSymbolTable(); in getSymTab()175 ST = &P->getValueSymbolTable(); in getSymTab()178 ST = P->getValueSymbolTable(); in getSymTab()
27 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock29 return F->getValueSymbolTable(); in getValueSymbolTable()
115 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
520 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()523 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()627 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()630 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()719 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()722 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
92 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
648 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function649 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
565 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function567 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
343 ValueSymbolTable *getValueSymbolTable();
222 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
1579 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
953 M->getValueSymbolTable().lookup(FuncName)); in getFunction()968 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
165 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()564 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
472 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()1956 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()2353 V = MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
633 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
377 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3141 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
1367 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in GetGlobalVal()2775 Value *Val = F.getValueSymbolTable()->lookup(Name); in GetVal()3180 F->getValueSymbolTable()->lookup(Label.StrVal)); in ParseValID()7151 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in ParseUseListOrderBB()