Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DTapiUniversal.h113 struct Library { struct
119 std::vector<Library> Libraries; argument
/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DPassPlugin.h87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin()
91 sys::DynamicLibrary Library; variable
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassPlugin.cpp18 auto Library = in Load() local
/llvm-project-15.0.7/llvm/docs/
H A DScudoHardenedAllocator.rst133 Library section in Usage
H A DGettingStarted.rst273 Getting a Modern Host C++ Toolchain
H A DProgrammersManual.rst84 .. _resources:
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md17 ## Library section in User Guide
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFImportFile.cpp147 StringRef Library; member in llvm::object::__anonf661e97f0111::ObjectFactory
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp377 Error extractFromArchive(const Archive &Library, in extractFromArchive()
1438 if (auto Library = searchLibrary(Arg->getValue(), Root, LibraryPaths)) { in getDeviceInput() local
1450 for (StringRef Library : Args.getAllArgValues(OPT_bitcode_library_EQ)) { in getDeviceInput() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h396 std::string Library; member
H A DLangOptions.h64 Library, enumerator
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h257 Library, enumerator
/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp298 static object::Archive &readLibrary(const Twine &Library) { in readLibrary()