Home
last modified time | relevance | path

Searched defs:Library (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Damigatypes.h48 struct Library { struct
64 struct Library LibNode; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DTapiUniversal.h109 struct Library { struct
115 std::vector<Library> Libraries; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassPlugin.h87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin()
91 sys::DynamicLibrary Library; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmars.h79 class Library; variable
H A Dmodule.h21 class Library; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassPlugin.cpp18 auto Library = in Load() local
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/
H A DREADME.md88 ### Library subsection
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DScudoHardenedAllocator.rst133 Library section in Usage
H A DGettingStarted.rst268 Getting a Modern Host C++ Toolchain
H A DProgrammersManual.rst84 .. _resources:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp462 for (const auto &Library : File->allowableClients()) in NormalizedTBD() local
465 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD() local
479 for (const auto &Library : File->allowableClients()) in NormalizedTBD() local
483 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFImportFile.cpp143 StringRef Library; member in llvm::object::__anon8237937a0111::ObjectFactory
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h373 std::string Library; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp272 static object::Archive &readLibrary(const Twine &Library) { in readLibrary()