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

  /external/llvm/include/llvm/
Function.h 87 ValueSymbolTable *SymTab; ///< Symbol table of args/instructions
345 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
346 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 163 // The first entry in the symtab is the null symbol and the second
765 ELFSection &SymTab = getSymbolTableSection();
766 RelSec.Link = SymTab.SectionIdx;
    [all...]
  /external/llvm/lib/VMCore/
Function.cpp 168 SymTab = new ValueSymbolTable();
191 delete SymTab;
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 438 milliseconds