/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libignore.h | 52 struct Lib { global() struct 59 loadedLib global() argument
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 38 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local 188 for (const auto &Lib : allowableClients()) in merge() local 192 for (const auto &Lib : O->allowableClients()) in merge() local 196 for (const auto &Lib : reexportedLibraries()) in merge() local 184 for (const auto &Lib : allowableClients()) merge() local 252 for (const auto &Lib : allowableClients()) { remove() local 258 for (const auto &Lib : reexportedLibraries()) { remove() local 324 for (const auto &Lib : allowableClients()) extract() local 329 for (const auto &Lib : reexportedLibraries()) extract() local 379 for (const auto &Lib : BA.RexportedLibraries) setFromBinaryAttrs() local [all...] |
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
|
/llvm-project/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 476 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() 477 const bool Shared) { in main() 647 for (auto &Lib : MissingLibs) in main() local 659 for (auto &Lib : MissingLibs) in main() local 677 for (auto &Lib : RequiredLibs) { in main() local 696 auto PrintForLib = [&](const StringRef &Lib) { in main() 724 auto Lib = RequiredLibs[i]; in main() local
|
/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCPaths.h | 27 Lib, enumerator
|
/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() argument [all...] |
H A D | DylibVerifier.cpp | 193 for (const InterfaceFile &Lib : Reexports) { shouldIgnoreReexport() local
|
/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()) COFFPlatform() local 435 for (auto& Lib : DylibsToPreload) COFFPlatform() local
|
H A D | ExecutionUtils.cpp | 232 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); Load() local
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | ClangInstallAPI.cpp | 173 for (const auto &Lib : Attrs) in run() local
|
H A D | Options.cpp | 818 std::string Name = "lib" + Lib.getKey().str() + ".dylib"; in getReexportedLibraries() local 834 for (const StringMapEntry<ArchitectureSet> &Lib : getReexportedLibraries() local 848 for (const StringMapEntry<ArchitectureSet> &Lib : getReexportedLibraries() local [all...] |
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 88 for (auto Lib : Args.getAllArgValues(options::OPT_l)) AddLibGCC() local 271 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { ConstructJob() local
|
H A D | MSVC.cpp | 308 StringRef Lib = A.getValue(); ConstructJob() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 96 getDependentLibraryOption(llvm::StringRef Lib,llvm::SmallString<24> & Opt) const getDependentLibraryOption() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 107 OMPT_DLCLOSE(Lib) global() argument 110 OMPT_DLCLOSE(Lib) global() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 386 StringRef Lib; in ParseDirectiveIncludelib() local
|
/llvm-project/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 203 void DynamicLibrary::closeLibrary(DynamicLibrary &Lib) { in closeLibrary()
|
/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
|
/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
|
/llvm-project/clang/lib/Driver/ |
H A D | Multilib.cpp | 264 for (const MultilibSerialization &Lib : M.Multilibs) { validate() local
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | llvm-readtapi.cpp | 340 for (auto &Lib : Dylibs) { stubifyDirectory() local
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 75 DynamicLibrary Lib = in CheckerRegistry() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 209 getDependentLibraryOption(llvm::StringRef Lib,llvm::SmallString<24> & Opt) const getDependentLibraryOption() argument
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 434 processArchive(object::Archive & Lib) processArchive() argument
|