Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h674 mutable LibraryShortName LibrariesShortNames; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2382 if (LibrariesShortNames.size() == 0) { in getLibraryShortNameByIndex()
2396 LibrariesShortNames.push_back(Name); in getLibraryShortNameByIndex()
2398 LibrariesShortNames.push_back(shortName); in getLibraryShortNameByIndex()
2402 Res = LibrariesShortNames[Index]; in getLibraryShortNameByIndex()