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

  /external/llvm/lib/VMCore/
BasicBlock.cpp 27 ValueSymbolTable *BasicBlock::getValueSymbolTable() {
29 return &F->getValueSymbolTable();
  /external/llvm/include/llvm/
Function.h 345 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
346 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
442 return F ? &F->getValueSymbolTable() : 0;
447 return F ? &F->getValueSymbolTable() : 0;
Module.h 445 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
447 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }

Completed in 56 milliseconds