Searched refs:getValueSymbolTable (Results 1 – 19 of 19) sorted by relevance
93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
718 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function719 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
373 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()
260 ST = PP->getValueSymbolTable(); in getSymTab()263 ST = P->getValueSymbolTable(); in getSymTab()266 ST = &P->getValueSymbolTable(); in getSymTab()269 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()
226 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
2035 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
950 M->getValueSymbolTable().lookup(FuncName)); in getFunction()965 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
170 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()541 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
725 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()2517 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()2959 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
788 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
385 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3445 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
423 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
2725 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()2956 writeFunctionLevelValueSymbolTable(M.getValueSymbolTable()); in write()
1534 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()2946 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()3391 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()7833 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()