HomeSort by relevance Sort by last modified time
    Searched refs:getValueSymbolTable (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/
Function.h 345 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
346 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
448 return F ? &F->getValueSymbolTable() : 0;
453 return F ? &F->getValueSymbolTable() : 0;
SymbolTableListTraits.h 62 return Par ? toPtr(Par->getValueSymbolTable()) : 0;
BasicBlock.h 212 /// getValueSymbolTable() - returns pointer to symbol table (if any)
213 ValueSymbolTable *getValueSymbolTable();
Module.h 501 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
503 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
  /external/llvm/lib/VMCore/
Value.cpp 145 ST = &PP->getValueSymbolTable();
148 ST = &P->getValueSymbolTable();
151 ST = &P->getValueSymbolTable();
154 ST = &P->getValueSymbolTable();
BasicBlock.cpp 27 ValueSymbolTable *BasicBlock::getValueSymbolTable() {
29 return &F->getValueSymbolTable();
Module.cpp 113 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 341 const ValueSymbolTable &GST = M->getValueSymbolTable();
344 ValueSymbolTable &ST = F->getValueSymbolTable();
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 225 StripSymtab(I->getValueSymbolTable(), PreserveDbgInfo);
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 65 EnumerateValueSymbolTable(M->getValueSymbolTable());
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 63 EnumerateValueSymbolTable(M->getValueSymbolTable());
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 63 EnumerateValueSymbolTable(M->getValueSymbolTable());
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 142 TheFn->getValueSymbolTable().lookup(Refs[i].first.StrVal));
755 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name));
    [all...]

Completed in 274 milliseconds