Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h349 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
350 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
446 return F ? &F->getValueSymbolTable() : 0;
451 return F ? &F->getValueSymbolTable() : 0;
DSymbolTableListTraits.h62 return Par ? toPtr(Par->getValueSymbolTable()) : 0; in getSymTab()
DModule.h445 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
447 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
DBasicBlock.h219 ValueSymbolTable *getValueSymbolTable();
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp132 ST = &PP->getValueSymbolTable(); in getSymTab()
135 ST = &P->getValueSymbolTable(); in getSymTab()
138 ST = &P->getValueSymbolTable(); in getSymTab()
141 ST = &P->getValueSymbolTable(); in getSymTab()
DBasicBlock.cpp27 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
29 return &F->getValueSymbolTable(); in getValueSymbolTable()
DModule.cpp113 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
/external/llvm/lib/IR/
DValue.cpp146 ST = &PP->getValueSymbolTable(); in getSymTab()
149 ST = &P->getValueSymbolTable(); in getSymTab()
152 ST = &P->getValueSymbolTable(); in getSymTab()
155 ST = &P->getValueSymbolTable(); in getSymTab()
DBasicBlock.cpp27 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
29 return &F->getValueSymbolTable(); in getValueSymbolTable()
DModule.cpp92 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
/external/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();
/external/llvm/include/llvm/IR/
DSymbolTableListTraits.h98 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
DFunction.h498 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
499 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
DBasicBlock.h257 ValueSymbolTable *getValueSymbolTable();
DModule.h523 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
525 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp90 M->getValueSymbolTable().lookup(CalledFunction->getName()); in computeFunctionSummary()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp341 const ValueSymbolTable &GST = M->getValueSymbolTable(); in TestBlocks()
344 ValueSymbolTable &ST = F->getValueSymbolTable(); in TestBlocks()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp222 StripSymtab(I.getValueSymbolTable(), PreserveDbgInfo); in StripSymbolNames()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DStripSymbols.cpp225 StripSymtab(I->getValueSymbolTable(), PreserveDbgInfo); in StripSymbolNames()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp416 const ValueSymbolTable &GST = M->getValueSymbolTable(); in TestBlocks()
419 ValueSymbolTable &ST = F->getValueSymbolTable(); in TestBlocks()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.cpp63 EnumerateValueSymbolTable(M->getValueSymbolTable()); in ValueEnumerator()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp365 MF.getFunction()->getValueSymbolTable().lookup(Name)); in parseBasicBlockDefinition()
1360 F.getValueSymbolTable().lookup(Token.stringValue())); in parseIRBlock()
1614 V = MF.getFunction()->getValueSymbolTable().lookup(Token.stringValue()); in parseIRValue()
DMIRParser.cpp510 F.getValueSymbolTable().lookup(Name.Value)); in initializeFrameInfo()

12