Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DFunction.h394 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
395 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
524 return F ? &F->getValueSymbolTable() : nullptr;
529 return F ? &F->getValueSymbolTable() : nullptr;
DSymbolTableListTraits.h61 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr; in getSymTab()
DModule.h540 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
542 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
DBasicBlock.h250 ValueSymbolTable *getValueSymbolTable();
/external/llvm/lib/IR/
DValue.cpp143 ST = &PP->getValueSymbolTable(); in getSymTab()
146 ST = &P->getValueSymbolTable(); in getSymTab()
149 ST = &P->getValueSymbolTable(); in getSymTab()
152 ST = &P->getValueSymbolTable(); in getSymTab()
DBasicBlock.cpp26 ValueSymbolTable *BasicBlock::getValueSymbolTable() { in getValueSymbolTable() function in BasicBlock
28 return &F->getValueSymbolTable(); in getValueSymbolTable()
DModule.cpp89 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name)); in getNamedValue()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp338 const ValueSymbolTable &GST = M->getValueSymbolTable(); in TestBlocks()
341 ValueSymbolTable &ST = F->getValueSymbolTable(); in TestBlocks()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp223 StripSymtab(I->getValueSymbolTable(), PreserveDbgInfo); in StripSymbolNames()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp341 EnumerateValueSymbolTable(M.getValueSymbolTable()); in ValueEnumerator()
DBitcodeWriter.cpp2130 WriteValueSymbolTable(F.getValueSymbolTable(), VE, Stream); in WriteFunction()
2356 WriteValueSymbolTable(M->getValueSymbolTable(), VE, Stream); in WriteModule()
/external/lldb/source/Expression/
DIRForTarget.cpp436 ValueSymbolTable& value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable()
841 ValueSymbolTable& value_symbol_table = m_module->getValueSymbolTable(); in RewriteObjCConstStrings()
/external/llvm/lib/AsmParser/
DLLParser.cpp1014 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name)); in GetGlobalVal()
2152 Value *Val = F.getValueSymbolTable().lookup(Name); in GetVal()
2566 F->getValueSymbolTable().lookup(Label.StrVal)); in ParseValID()
5759 Value *V = F->getValueSymbolTable().lookup(Label.StrVal); in ParseUseListOrderBB()