Home
last modified time | relevance | path

Searched refs:LinkLibrary (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h503 struct LinkLibrary { struct
504 LinkLibrary() = default;
505 LinkLibrary(const std::string &Library, bool IsFramework) in LinkLibrary() function
520 llvm::SmallVector<LinkLibrary, 2> LinkLibraries; argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h190 llvm::SmallVector<Module::LinkLibrary, 2> LinkLibraries;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1000 Mod->LinkLibraries.push_back(Module::LinkLibrary(FrameworkName.str(), in inferFrameworkLink()
2071 Module::LinkLibrary(std::string{LD.Library}, LD.Framework)); in handleLinkDecl()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp373 SmallVector<Module::LinkLibrary, 2> LinkLibs) { in toJSONSorted() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3276 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6316 Module::LinkLibrary(std::string(Blob), Record[0])); in ReadSubmoduleBlock()