Searched refs:getValueSymbolTable (Results 1 – 19 of 19) sorted by relevance
93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
743 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function744 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
594 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function596 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
393 ValueSymbolTable *getValueSymbolTable();
529 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()532 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()637 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()640 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()730 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()733 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
263 ST = PP->getValueSymbolTable(); in getSymTab()266 ST = P->getValueSymbolTable(); in getSymTab()269 ST = &P->getValueSymbolTable(); in getSymTab()272 ST = P->getValueSymbolTable(); in getSymTab()
29 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock31 return F->getValueSymbolTable(); in getValueSymbolTable()
111 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()115 return getValueSymbolTable().size(); in getNumNamedValues()
227 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
2215 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
951 M->getValueSymbolTable().lookup(FuncName)); in getFunction()966 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
171 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()542 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
752 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()2576 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()3064 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
802 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
385 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3493 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
423 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
2688 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()2918 writeFunctionLevelValueSymbolTable(M.getValueSymbolTable()); in write()
1621 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()3212 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()3657 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()8108 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()