Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DMachO.h860 mutable LibraryShortName LibrariesShortNames; variable
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2555 // If the cache of LibrariesShortNames is not built up do that first for in getLibraryShortNameByIndex()
2557 if (LibrariesShortNames.size() == 0) { in getLibraryShortNameByIndex()
2574 LibrariesShortNames.push_back(Name); in getLibraryShortNameByIndex()
2576 LibrariesShortNames.push_back(shortName); in getLibraryShortNameByIndex()
2580 Res = LibrariesShortNames[Index]; in getLibraryShortNameByIndex()