HomeSort by: relevance | last modified time | path
    Searched defs:Archives (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
BinaryHolder.h 35 /// OwningBinary in that it handles accessing and caching of archives and its
48 /// Base class shared by cached entries, representing objects and archives.
120 std::vector<std::unique_ptr<object::Archive>> Archives;
131 /// Cache of static archives. Objects that are part of a static archive are
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 187 SmallVector<object::OwningBinary<object::Archive>, 2> Archives;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 66 This program generates an index to speed access to archives
118 [P] - use full names when matching (implied for thin archives)
233 static std::vector<std::unique_ptr<object::Archive>> Archives;
281 Archives.push_back(std::move(*LibOrErr));
282 return *Archives.back();
393 // Thin archives store path names, so P should be forced.
679 // When creating thin archives, only flatten if the member is also thin.
682 // Only Thin archives are recursively flattened.
698 // For regular archives, use the basename of the object path for the member
699 // name. For thin archives, use the full relative paths so the file resolve
    [all...]

Completed in 16 milliseconds