Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
H A DFunction.h770 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
771 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
H A DModule.h588 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function
590 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
H A DBasicBlock.h372 ValueSymbolTable *getValueSymbolTable();
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp254 ST = PP->getValueSymbolTable(); in getSymTab()
257 ST = P->getValueSymbolTable(); in getSymTab()
260 ST = &P->getValueSymbolTable(); in getSymTab()
263 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp226 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
H A DSampleProfile.cpp1852 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp941 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
956 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp699 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()
2327 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()
2768 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
H A DMIRParser.cpp753 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp416 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
H A DBitcodeWriter.cpp3366 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1530 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in getGlobalVal()
3132 Value *Val = F.getValueSymbolTable()->lookup(Name); in getVal()
3559 F->getValueSymbolTable()->lookup(Label.StrVal)); in parseValID()
7998 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in parseUseListOrderBB()