Home
last modified time | relevance | path

Searched refs:LibrariesShortNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h813 mutable LibraryShortName LibrariesShortNames; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2508 if (LibrariesShortNames.size() == 0) { in getLibraryShortNameByIndex()
2525 LibrariesShortNames.push_back(Name); in getLibraryShortNameByIndex()
2527 LibrariesShortNames.push_back(shortName); in getLibraryShortNameByIndex()
2531 Res = LibrariesShortNames[Index]; in getLibraryShortNameByIndex()