HomeSort by relevance Sort by last modified time
    Searched defs:SymTab (Results 1 - 3 of 3) 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/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 368 milliseconds