HomeSort by: relevance | last modified time | path
    Searched refs:getIndirectName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 470 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
609 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
904 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 283 std::error_code getIndirectName(DataRefImpl Symb, StringRef &Res) const;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1785 // getIndirectName() returns the name of the alias'ed symbol who's string table
1787 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb,

Completed in 19 milliseconds