/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_libignore.h | 52 struct Lib { struct 59 struct LibCodeRange { argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_libignore.h | 53 struct Lib { struct 60 struct LibCodeRange { argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_libignore.h | 51 struct Lib { struct 58 struct LibCodeRange { argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 467 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() 468 const bool Shared) { in main() 639 for (auto &Lib : MissingLibs) in main() local 651 for (auto &Lib : MissingLibs) in main() local 669 for (auto &Lib : RequiredLibs) { in main() local 688 auto PrintForLib = [&](const StringRef &Lib) { in main() 716 auto Lib = RequiredLibs[i]; in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | MSVC.h | 75 Lib, enumerator
|
H A D | MinGW.cpp | 88 for (auto Lib : Args.getAllArgValues(options::OPT_l)) in AddLibGCC() local 226 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local
|
H A D | Hexagon.cpp | 379 for (StringRef Lib : OsLibs) in constructHexagonLinkArgs() local
|
H A D | MSVC.cpp | 560 StringRef Lib = A.getValue(); in ConstructJob() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 678 object::Archive &Lib = readLibrary(*FileNameOrErr); in addChildMember() local 716 object::Archive &Lib = readLibrary(FileName); in addMember() local 1066 object::Archive &Lib = readLibrary(Rest); in runMRIScript() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
|
H A D | TextStub.cpp | 645 for (const auto &Lib : Section.AllowableClients) in denormalize() local 649 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local 937 for (const auto &Lib : CurrentSection.Values) in denormalize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 297 StringRef Lib; in ParseDirectiveIncludelib() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 196 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local 230 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 230 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load() local
|
H A D | LLJIT.cpp | 526 auto Lib = sys::DynamicLibrary::getPermanentLibrary(nullptr, &ErrMsg); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 319 object::Archive &Lib, StringRef FileName, in processArchive()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 76 DynamicLibrary Lib = in CheckerRegistry() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 969 StringRef Lib((const char *)I); in dumpDependentLibrariesSection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 431 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption() 2606 static std::string qualifyWindowsLibrary(llvm::StringRef Lib) { in qualifyWindowsLibrary() 2630 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption() 2686 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption() 5536 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption() 6341 void getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption()
|
H A D | CodeGenModule.cpp | 2229 void CodeGenModule::AddDependentLib(StringRef Lib) { in AddDependentLib()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5576 StringRef Lib((const char *)I); in printDependentLibsHelper() local 5696 auto OnLibEntry = [&](StringRef Lib, uint64_t Offset) { in printDependentLibs() 6914 [this](StringRef Lib, uint64_t) { W.printString(Lib); }); in printDependentLibs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2324 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
|