/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 38 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 D | TextStub.cpp | 607 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 D | sanitizer_libignore.h | 52 struct Lib { struct 59 struct LibCodeRange { argument
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DirectoryScanner.cpp | 21 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 D | DylibVerifier.cpp | 198 for (const InterfaceFile &Lib : Reexports) { in shouldIgnoreReexport() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCPaths.h | 27 Lib, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 96 for (auto &Lib : UCRTLibs) in loadVCRuntime() local 100 for (auto &Lib : VCLibs) in loadVCRuntime() local
|
H A D | COFFPlatform.cpp | 412 for (auto &Lib : OrcRuntimeGenerator->getImportedDynamicLibraries()) in COFFPlatform() local 435 for (auto& Lib : DylibsToPreload) in COFFPlatform() local
|
H A D | ExecutionUtils.cpp | 233 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 88 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 D | MSVC.cpp | 308 StringRef Lib = A.getValue(); in ConstructJob() local
|
H A D | Hexagon.cpp | 475 for (StringRef Lib : OsLibs) in constructHexagonLinkArgs() local
|
H A D | CommonArgs.cpp | 2364 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 D | TargetInfo.cpp | 97 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
|
H A D | CodeGenModule.cpp | 3007 void CodeGenModule::AddDependentLib(StringRef Lib) { in AddDependentLib()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 107 #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 D | llvm-ar.cpp | 771 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 D | DynamicLibrary.cpp | 203 void DynamicLibrary::closeLibrary(DynamicLibrary &Lib) { in closeLibrary()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 386 StringRef Lib; in ParseDirectiveIncludelib() local
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 195 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 D | ARM.cpp | 213 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
|
H A D | X86.cpp | 1614 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 D | AArch64.cpp | 184 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 6413 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 D | MachOObjectFile.cpp | 2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
|