Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h94 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
H A DFunction.h808 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
809 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
H A DModule.h681 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function
683 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
H A DBasicBlock.h546 ValueSymbolTable *getValueSymbolTable();
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp538 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
541 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
639 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
642 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
725 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
728 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp264 ST = PP->getValueSymbolTable(); in getSymTab()
267 ST = P->getValueSymbolTable(); in getSymTab()
270 ST = &P->getValueSymbolTable(); in getSymTab()
273 ST = P->getValueSymbolTable(); in getSymTab()
H A DModule.cpp136 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
140 return getValueSymbolTable().size(); in getNumNamedValues()
H A DBasicBlock.cpp162 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
164 return F->getValueSymbolTable(); in getValueSymbolTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp135 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
H A DSampleProfile.cpp2163 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1010 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
1027 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp172 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()
542 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp777 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()
2594 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()
3083 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
H A DMIRParser.cpp850 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp423 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DDXILBitcodeWriter.cpp2678 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
2908 writeFunctionLevelValueSymbolTable(M.getValueSymbolTable()); in write()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp399 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DBitcodeWriter.cpp3702 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1787 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()
3594 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()
4044 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()
8722 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()