Searched refs:getValueSymbolTable (Results 1 – 18 of 18) sorted by relevance
88 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
523 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function524 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
258 ValueSymbolTable *getValueSymbolTable();
91 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
569 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function571 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
683 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function684 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
347 ValueSymbolTable *getValueSymbolTable();
170 ST = PP->getValueSymbolTable(); in getSymTab()173 ST = P->getValueSymbolTable(); in getSymTab()176 ST = &P->getValueSymbolTable(); in getSymTab()179 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()
222 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
1856 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
945 M->getValueSymbolTable().lookup(FuncName)); in getFunction()960 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
669 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()2276 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()2717 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
707 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
376 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
3239 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
1411 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in GetGlobalVal()2882 Value *Val = F.getValueSymbolTable()->lookup(Name); in GetVal()3301 F->getValueSymbolTable()->lookup(Label.StrVal)); in ParseValID()7460 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in ParseUseListOrderBB()