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

  /external/llvm/include/llvm/Object/
MachO.h 67 std::error_code getIndirectName(DataRefImpl Symb, StringRef &Res) const;
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 388 if (MachO->getIndirectName(I->Symb, IndirectName))
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 483 // getIndirectName() returns the name of the alias'ed symbol who's string table
485 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb,
    [all...]

Completed in 88 milliseconds