Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp169 ST = PP->getValueSymbolTable(); in getSymTab()
172 ST = P->getValueSymbolTable(); in getSymTab()
175 ST = &P->getValueSymbolTable(); in getSymTab()
178 ST = P->getValueSymbolTable(); in getSymTab()
H A DBasicBlock.cpp27 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
29 return F->getValueSymbolTable(); in getValueSymbolTable()
H A DModule.cpp115 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp520 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
523 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
627 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
630 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
719 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable(); in TestBlocks()
722 Value *V = F->getValueSymbolTable()->lookup(BI.second); in TestBlocks()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h92 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
H A DFunction.h648 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
649 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
H A DModule.h565 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function
567 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
H A DBasicBlock.h343 ValueSymbolTable *getValueSymbolTable();
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp222 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
H A DSampleProfile.cpp1579 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp953 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
968 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp165 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()
564 ValueSymbolTable &value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp472 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()
1956 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()
2353 V = MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
H A DMIRParser.cpp633 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp377 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DBitcodeWriter.cpp3141 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1367 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in GetGlobalVal()
2775 Value *Val = F.getValueSymbolTable()->lookup(Name); in GetVal()
3180 F->getValueSymbolTable()->lookup(Label.StrVal)); in ParseValID()
7151 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in ParseUseListOrderBB()