Home
last modified time | relevance | path

Searched defs:Lib (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp38 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
184 for (const auto &Lib : allowableClients()) in merge() local
188 for (const auto &Lib : O->allowableClients()) in merge() local
192 for (const auto &Lib : reexportedLibraries()) in merge() local
196 for (const auto &Lib : O->reexportedLibraries()) in merge() local
252 for (const auto &Lib : allowableClients()) { in remove() local
258 for (const auto &Lib : reexportedLibraries()) { in remove() local
324 for (const auto &Lib : allowableClients()) in extract() local
329 for (const auto &Lib : reexportedLibraries()) in extract() local
379 for (const auto &Lib : BA.RexportedLibraries) in setFromBinaryAttrs() local
H A DTextStub.cpp607 for (const auto &Lib : Section.AllowableClients) in denormalize() local
611 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local
890 for (const auto &Lib : CurrentSection.Values) in denormalize() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h52 struct Lib { struct
59 struct LibCodeRange { argument
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp21 for (const Library &Lib : Libraries) in getHeaders() local
50 Library &Lib = getOrCreateLibrary(Directory, Libraries); in scanForUnwrappedLibraries() local
90 Error DirectoryScanner::scanHeaders(StringRef Path, Library &Lib, in scanHeaders()
H A DDylibVerifier.cpp198 for (const InterfaceFile &Lib : Reexports) { in shouldIgnoreReexport() local
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h27 Lib, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp96 for (auto &Lib : UCRTLibs) in loadVCRuntime() local
100 for (auto &Lib : VCLibs) in loadVCRuntime() local
H A DCOFFPlatform.cpp412 for (auto &Lib : OrcRuntimeGenerator->getImportedDynamicLibraries()) in COFFPlatform() local
435 for (auto& Lib : DylibsToPreload) in COFFPlatform() local
H A DExecutionUtils.cpp233 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp88 for (auto Lib : Args.getAllArgValues(options::OPT_l)) in AddLibGCC() local
271 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local
H A DMSVC.cpp308 StringRef Lib = A.getValue(); in ConstructJob() local
H A DHexagon.cpp475 for (StringRef Lib : OsLibs) in constructHexagonLinkArgs() local
H A DCommonArgs.cpp2364 StringRef Lib, StringRef Arch, StringRef Target, in SDLSearch()
2443 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib, in GetSDLFromOffloadArchive()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp97 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
H A DCodeGenModule.cpp3007 void CodeGenModule::AddDependentLib(StringRef Lib) { in AddDependentLib()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp107 #define OMPT_DLCLOSE(Lib) FreeLibrary(Lib) argument
110 #define OMPT_DLCLOSE(Lib) dlclose(Lib) argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp771 object::Archive &Lib = readLibrary(*FileNameOrErr); in addChildMember() local
823 object::Archive &Lib = readLibrary(FileName); in addMember() local
1220 object::Archive &Lib = readLibrary(Rest); in runMRIScript() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp203 void DynamicLibrary::closeLibrary(DynamicLibrary &Lib) { in closeLibrary()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp386 StringRef Lib; in ParseDirectiveIncludelib() local
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp195 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
231 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp213 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
H A DX86.cpp1614 std::string TargetCodeGenInfo::qualifyWindowsLibrary(StringRef Lib) { in qualifyWindowsLibrary()
1639 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
1688 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
H A DAArch64.cpp184 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6413 StringRef Lib((const char *)I); in printDependentLibsHelper() local
6544 auto OnLibEntry = [&](StringRef Lib, uint64_t Offset) { in printDependentLibs()
8131 [this](StringRef Lib, uint64_t) { W.printString(Lib); }); in printDependentLibs()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local