HomeSort by relevance Sort by last modified time
    Searched refs:LibrariesShortNames (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 456 mutable LibraryShortName LibrariesShortNames;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 911 // If the cache of LibrariesShortNames is not built up do that first for
913 if (LibrariesShortNames.size() == 0) {
927 LibrariesShortNames.push_back(Name);
929 LibrariesShortNames.push_back(shortName);
933 Res = LibrariesShortNames[Index];
    [all...]

Completed in 555 milliseconds