Home
last modified time | relevance | path

Searched defs:Archives (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h187 SmallVector<object::OwningBinary<object::Archive>, 2> Archives; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingStarted.rst417 .. _checkout:
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dcref.cc88 typedef std::map<std::string, Archive_info> Archives; typedef in gold::Cref_inputs
H A Dreadsyms.h319 typedef std::vector<Archive*> Archives; typedef
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dcref.cc88 typedef std::map<std::string, Archive_info> Archives; typedef in gold::Cref_inputs
H A Dreadsyms.h319 typedef std::vector<Archive*> Archives; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp233 static std::vector<std::unique_ptr<object::Archive>> Archives; variable