Home
last modified time | relevance | path

Searched refs:getValueSymbolTable (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
H A DFunction.h771 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
772 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
H A DModule.h591 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function
593 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
H A DBasicBlock.h372 ValueSymbolTable *getValueSymbolTable();
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp530 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp252 ST = PP->getValueSymbolTable(); in getSymTab()
255 ST = P->getValueSymbolTable(); in getSymTab()
258 ST = &P->getValueSymbolTable(); in getSymTab()
261 ST = P->getValueSymbolTable(); in getSymTab()
H A DBasicBlock.cpp26 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
28 return F->getValueSymbolTable(); in getValueSymbolTable()
H A DModule.cpp114 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
118 return getValueSymbolTable().size(); in getNumNamedValues()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp226 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
H A DSampleProfile.cpp1860 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp948 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
963 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp169 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()
543 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp723 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()
2497 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()
2939 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
H A DMIRParser.cpp763 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp422 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DBitcodeWriter.cpp3370 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1441 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()
2803 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()
3248 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()
7699 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()