Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h111 struct Library { struct
117 std::vector<Library> Libraries; argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin()
91 sys::DynamicLibrary Library; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassPlugin.cpp18 auto Library = in Load() local
/freebsd-13.1/stand/libsa/
H A Dzalloc_defs.h48 #define Library extern macro
/freebsd-13.1/contrib/bc/
H A DREADME.md167 #### Library subsubsection
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/bc/manuals/
H A Dbuild.md358 #### Library subsubsection
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp143 StringRef Library; member in llvm::object::__anon699d2e830111::ObjectFactory
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h373 std::string Library; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp272 static object::Archive &readLibrary(const Twine &Library) { in readLibrary()