Searched defs:getSymbolName (Results 1 - 5 of 5) sorted by relevance

/external/llvm/tools/lto/
H A DLTOModule.h114 /// getSymbolName - Get the name of the symbol at the specified index.
115 const char *getSymbolName(uint32_t index) { function in struct:LTOModule
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h439 const char *getSymbolName() const { function in class:llvm::MachineOperand
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp99 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, function in class:COFFObjectFile
102 return getSymbolName(symb, Result);
212 if (error_code ec = getSymbolName(Symb, name))
606 error_code COFFObjectFile::getSymbolName(const coff_symbol *symbol, function in class:COFFObjectFile
767 if (error_code ec = getSymbolName(sym, symname)) return ec;
H A DMachOObjectFile.cpp113 error_code MachOObjectFile::getSymbolName(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
/external/llvm/include/llvm/Object/
H A DELF.h508 error_code getSymbolName(const Elf_Shdr *section,
527 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
747 ::getSymbolName(DataRefImpl Symb, function in class:llvm::object::ELFObjectFile
751 return getSymbolName(SymbolTableSections[Symb.d.b], symb, Result);
917 if (error_code ec = getSymbolName(Symb, name))
1472 if (error_code ec = getSymbolName(getSection(sec->sh_link), symb, symname))
2033 ::getSymbolName(const Elf_Shdr *section, function in class:llvm::object::ELFObjectFile
2067 error_code ec = getSymbolName(section, symb, Name);

Completed in 205 milliseconds