Searched refs:getLibraryShortNameByIndex (Results 1 – 4 of 4) sorted by relevance
496 std::error_code getLibraryShortNameByIndex(unsigned Index, StringRef &) const;
548 MachO->getLibraryShortNameByIndex(LibraryOrdinal - 1, LibraryName)) in darwinPrintSymbol()
10325 Obj->getLibraryShortNameByIndex(Ordinal, DylibName); in printMachOExportsTrie()10372 Obj->getLibraryShortNameByIndex(Ordinal - 1, DylibName); in ordinalName()
2552 std::error_code MachOObjectFile::getLibraryShortNameByIndex(unsigned Index, in getLibraryShortNameByIndex() function in MachOObjectFile