Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp535 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
538 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
636 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
639 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
722 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
725 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h95 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
H A DFunction.h815 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
816 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
H A DModule.h664 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function
666 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
H A DBasicBlock.h585 LLVM_ABI ValueSymbolTable *getValueSymbolTable();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp277 ST = PP->getValueSymbolTable(); in getSymTab()
280 ST = P->getValueSymbolTable(); in getSymTab()
283 ST = &P->getValueSymbolTable(); in getSymTab()
286 ST = P->getValueSymbolTable(); in getSymTab()
H A DBasicBlock.cpp125 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
127 return F->getValueSymbolTable(); in getValueSymbolTable()
H A DModule.cpp172 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
176 return getValueSymbolTable().size(); in getNumNamedValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp136 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
H A DSampleProfile.cpp2180 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1072 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
1089 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp170 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()
541 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp928 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
1158 F.getParent()->getValueSymbolTable().lookup(YamlCG.Callee.Value); in parseCalledGlobals()
H A DMIParser.cpp785 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()
2631 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()
3116 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp423 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DDXILBitcodeWriter.cpp2712 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
2942 writeFunctionLevelValueSymbolTable(M.getValueSymbolTable()); in write()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp402 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DBitcodeWriter.cpp3867 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1777 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()
3698 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()
4144 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()
9049 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20761 {"_ZN4llvm10BasicBlock19getValueSymbolTableEv", "llvm::BasicBlock::getValueSymbolTable()"},