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

  /external/llvm/tools/lto/
LTOModule.h 115 /// getSymbolName - Get the name of the symbol at the specified index.
116 const char *getSymbolName(uint32_t index) {
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 199 /// getSymbolName - get the symbol name with the given index
200 const std::string& Archive::getSymbolName(size_t pSymIdx) const
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 452 const char *getSymbolName() const {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 101 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb,
104 return getSymbolName(symb, Result);
214 if (error_code ec = getSymbolName(Symb, name))
620 error_code COFFObjectFile::getSymbolName(const coff_symbol *symbol,
817 if (error_code ec = getSymbolName(sym, symname)) return ec;
MachOObjectFile.cpp 120 error_code MachOObjectFile::getSymbolName(DataRefImpl DRI,
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /external/llvm/include/llvm/Object/
ELF.h 645 error_code getSymbolName(const Elf_Shdr *section,
656 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
    [all...]

Completed in 596 milliseconds