Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary()
45 Lib *lib = &libs_[i]; in OnLibraryLoaded()
56 Lib *lib = &libs_[i]; in OnLibraryLoaded()
H A Dsanitizer_libignore.h52 struct Lib { struct
82 Lib libs_[kMaxLibs];
/freebsd-13.1/contrib/libpcap/cmake/Modules/
H A DFindPacket.cmake54 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
56 # Lib/x64 directory.
58 # The only way to *FORCE* CMake to look in the Lib/x64 directory
59 # without searching in the Lib directory first appears to be to set
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp405 toolchains::MSVCToolChain::SubDirectoryType::Lib))); in ConstructJob()
480 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob()
481 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
495 for (const auto &Lib : {"asan", "asan_cxx"}) { in ConstructJob()
496 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
501 TC.getCompilerRT(Args, Lib))); in ConstructJob()
562 StringRef Lib = A.getValue(); in ConstructJob() local
564 if (Lib.endswith(".lib")) in ConstructJob()
565 LinkLibArg = Args.MakeArgString(Lib); in ConstructJob()
567 LinkLibArg = Args.MakeArgString(Lib + ".lib"); in ConstructJob()
[all …]
H A DMinGW.cpp88 for (auto Lib : Args.getAllArgValues(options::OPT_l)) in AddLibGCC() local
89 if (StringRef(Lib).startswith("msvcr") || StringRef(Lib).startswith("ucrt")) in AddLibGCC()
229 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local
230 if (Lib == "windowsapp") { in ConstructJob()
H A DCrossWindows.cpp193 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob()
194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
H A DAMDGPUOpenMP.cpp101 for (auto &Lib : Lm) { in constructLLVMLinkCommand() local
102 if (Lib == "m") { in constructLLVMLinkCommand()
H A DMSVC.h75 Lib, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp76 DynamicLibrary Lib = in CheckerRegistry() local
78 if (!Lib.isValid()) { in CheckerRegistry()
85 Lib.getAddressOfSymbol("clang_analyzerAPIVersionString")); in CheckerRegistry()
99 Lib.getAddressOfSymbol("clang_registerCheckers")); in CheckerRegistry()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp678 object::Archive &Lib = readLibrary(*FileNameOrErr); in addChildMember() local
680 if (!Thin || Lib.isThin()) { in addChildMember()
683 for (auto &Child : Lib.children(Err)) in addChildMember()
716 object::Archive &Lib = readLibrary(FileName); in addMember() local
718 if (!Thin || Lib.isThin()) { in addMember()
721 for (auto &Child : Lib.children(Err)) in addMember()
1066 object::Archive &Lib = readLibrary(Rest); in runMRIScript() local
1069 for (auto &Member : Lib.children(Err)) in runMRIScript()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp297 StringRef Lib; in ParseDirectiveIncludelib() local
298 if (getParser().parseIdentifier(Lib)) in ParseDirectiveIncludelib()
307 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
58 Lib->addTarget(Target); in addReexportedLibrary()
H A DTextStub.cpp645 for (const auto &Lib : Section.AllowableClients) in denormalize() local
647 File->addAllowableClient(Lib, Target); in denormalize()
649 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local
651 File->addReexportedLibrary(Lib, Target); in denormalize()
937 for (const auto &Lib : CurrentSection.Values) in denormalize() local
939 File->addReexportedLibrary(Lib, Target); in denormalize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp230 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load() local
231 if (!Lib.isValid()) in Load()
234 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp149 for (auto &&Lib : CodeGenOpts.DependentLibraries) in Initialize()
150 Builder->AddDependentLib(Lib); in Initialize()
H A DTargetInfo.h242 virtual void getDependentLibraryOption(llvm::StringRef Lib,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2412 Lib = Name.slice(b, Idx); in guessLibraryShortName()
2420 Lib = Name.slice(b, a); in guessLibraryShortName()
2423 if (Lib.size() >= 3) { in guessLibraryShortName()
2424 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2426 Lib = Lib.slice(0, Lib.size()-2); in guessLibraryShortName()
2428 return Lib; in guessLibraryShortName()
2436 Lib = Name.slice(0, a); in guessLibraryShortName()
2440 if (Lib.size() >= 3) { in guessLibraryShortName()
2441 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2443 Lib = Lib.slice(0, Lib.size()-2); in guessLibraryShortName()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp196 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
197 DynStr.Content.add(Lib); in ELFStubBuilder()
230 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
231 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()
/freebsd-13.1/contrib/openpam/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/freebsd-13.1/contrib/file/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/freebsd-13.1/contrib/sqlite3/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/freebsd-13.1/contrib/libevent/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DREADME-Windows.txt58 that Include and Lib directories are in this directory. The files can be
61 used, these Include and Lib directories need to be added to project
77 Lib directories in suitable directory, e.g., C:\dev\openssl for the

12