Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DSymbolTableListTraits.h88 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
DFunction.h523 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
524 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
DBasicBlock.h258 ValueSymbolTable *getValueSymbolTable();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DSymbolTableListTraits.h91 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
DModule.h569 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; } in getValueSymbolTable() function
571 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; } in getValueSymbolTable() function
DFunction.h683 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable() function
684 inline const ValueSymbolTable *getValueSymbolTable() const { in getValueSymbolTable() function
DBasicBlock.h347 ValueSymbolTable *getValueSymbolTable();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp170 ST = PP->getValueSymbolTable(); in getSymTab()
173 ST = P->getValueSymbolTable(); in getSymTab()
176 ST = &P->getValueSymbolTable(); in getSymTab()
179 ST = P->getValueSymbolTable(); in getSymTab()
DBasicBlock.cpp26 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
28 return F->getValueSymbolTable(); in getValueSymbolTable()
DModule.cpp114 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp222 if (auto *Symtab = I.getValueSymbolTable()) in StripSymbolNames()
DSampleProfile.cpp1856 for (const auto &N_F : M.getValueSymbolTable()) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp945 M->getValueSymbolTable().lookup(FuncName)); in getFunction()
960 M->getValueSymbolTable().lookup(FuncName)); in getOrInsertFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp669 MF.getFunction().getValueSymbolTable()->lookup(Name)); in parseBasicBlockDefinition()
2276 F.getValueSymbolTable()->lookup(Token.stringValue())); in parseIRBlock()
2717 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue()); in parseIRValue()
DMIRParser.cpp707 F.getValueSymbolTable()->lookup(Name.Value)); in initializeFrameInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp376 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
DBitcodeWriter.cpp3239 if (auto *Symtab = F.getValueSymbolTable()) in writeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1411 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in GetGlobalVal()
2882 Value *Val = F.getValueSymbolTable()->lookup(Name); in GetVal()
3301 F->getValueSymbolTable()->lookup(Label.StrVal)); in ParseValID()
7460 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal); in ParseUseListOrderBB()