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

/external/llvm/include/llvm/Object/
H A DMachO.h460 mutable LibraryShortName LibrariesShortNames; member in class:llvm::object::MachOObjectFile
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1049 // If the cache of LibrariesShortNames is not built up do that first for
1051 if (LibrariesShortNames.size() == 0) {
1065 LibrariesShortNames.push_back(Name);
1067 LibrariesShortNames.push_back(shortName);
1071 Res = LibrariesShortNames[Index];

Completed in 109 milliseconds