| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cpp | 31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() 45 Lib *lib = &libs_[i]; in OnLibraryLoaded() 56 Lib *lib = &libs_[i]; in OnLibraryLoaded()
|
| H A D | sanitizer_libignore.h | 52 struct Lib { struct 82 Lib libs_[kMaxLibs];
|
| /freebsd-13.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindPacket.cmake | 54 # 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 D | MSVC.cpp | 405 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 D | MinGW.cpp | 88 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 D | CrossWindows.cpp | 193 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob() 194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
|
| H A D | AMDGPUOpenMP.cpp | 101 for (auto &Lib : Lm) { in constructLLVMLinkCommand() local 102 if (Lib == "m") { in constructLLVMLinkCommand()
|
| H A D | MSVC.h | 75 Lib, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 76 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 D | llvm-ar.cpp | 678 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 D | COFFMasmParser.cpp | 297 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 D | ompt-general.cpp | 107 #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 D | InterfaceFile.cpp | 57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local 58 Lib->addTarget(Target); in addReexportedLibrary()
|
| H A D | TextStub.cpp | 645 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 D | ExecutionUtils.cpp | 230 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 D | ModuleBuilder.cpp | 149 for (auto &&Lib : CodeGenOpts.DependentLibraries) in Initialize() 150 Builder->AddDependentLib(Lib); in Initialize()
|
| H A D | TargetInfo.h | 242 virtual void getDependentLibraryOption(llvm::StringRef Lib,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 2412 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 D | ELFObjHandler.cpp | 196 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 D | compile | 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
| /freebsd-13.1/contrib/file/ |
| H A D | compile | 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | compile | 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | compile | 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | compile | 212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-Windows.txt | 58 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
|