Searched refs:getValueSymbolTable (Results 1 – 16 of 16) sorted by relevance
93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
770 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function771 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
588 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function590 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()
254 ST = PP->getValueSymbolTable(); in getSymTab()257 ST = P->getValueSymbolTable(); in getSymTab()260 ST = &P->getValueSymbolTable(); in getSymTab()263 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()
226 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
1852 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
941 M->getValueSymbolTable().lookup(FuncName)); in getFunction()956 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
699 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()2327 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()2768 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
753 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
416 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3366 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
1530 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()3132 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()3559 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()7998 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()