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

  /external/llvm/include/llvm/IR/
Function.h 67 ValueSymbolTable *SymTab; ///< Symbol table of args/instructions
394 inline ValueSymbolTable &getValueSymbolTable() { return *SymTab; }
395 inline const ValueSymbolTable &getValueSymbolTable() const { return *SymTab; }
  /external/llvm/lib/IR/
Function.cpp 248 SymTab = new ValueSymbolTable();
268 delete SymTab;
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 413 /// \param SymTab The symbol table section \p Symb is contained in.
416 /// \p SymTab is used to lookup the string table to use to get the symbol's
418 ErrorOr<StringRef> getSymbolName(const Elf_Shdr *SymTab,
494 // If there is no dynamic symtab or version table, there is nothing to do.
670 report_fatal_error("More than one .symtab!");
750 // Get the symbol table index in the symtab section given a symbol
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 134 milliseconds