Searched refs:Lib (Results 1 - 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h45 struct Lib { struct in class:__sanitizer::LibIgnore
66 Lib libs_[kMaxLibs];
H A Dsanitizer_libignore.cc35 Lib *lib = &libs_[count_++];
49 Lib *lib = &libs_[i];
60 Lib *lib = &libs_[i];
/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp351 StringRef Lib = RequiredLibs[i]; local
356 OS << Lib; local
358 OS << ActiveLibDir << '/' << Lib; local
361 if (Lib.startswith("lib") && Lib.endswith(".a")) {
362 OS << "-l" << Lib.slice(3, Lib.size()-2);
367 OS << ActiveLibDir << '/' << Lib; local
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.h72 TYPE (Lib, LIBELFBITS)
H A Dabstract.h304 #define Lib(Bits, Ext) \ macro
305 START (Bits, Lib, Ext##Lib) \
311 END (Bits, Ext##Lib)
314 Lib (32, Ext)
316 Lib (64, Ext)
H A Delf_getdata.c119 [ELF_T_LIB] = __alignof__ (ElfW2(Bits,Lib)), \
/external/clang/include/clang/AST/
H A DASTConsumer.h110 virtual void HandleDependentLibrary(llvm::StringRef Lib) {} argument
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp177 void HandleDependentLibrary(llvm::StringRef Lib) override {
178 Builder->AddDependentLib(Lib);
H A DTargetInfo.h204 virtual void getDependentLibraryOption(llvm::StringRef Lib,
H A DTargetInfo.cpp143 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, argument
149 Opt += Lib;
1404 static std::string qualifyWindowsLibrary(llvm::StringRef Lib) { argument
1407 std::string ArgStr = Lib;
1408 if (!Lib.endswith_lower(".lib"))
1419 void getDependentLibraryOption(llvm::StringRef Lib,
1422 Opt += qualifyWindowsLibrary(Lib);
1451 void getDependentLibraryOption(llvm::StringRef Lib,
1454 Opt += qualifyWindowsLibrary(Lib);
H A DCodeGenModule.h960 void AddDependentLib(StringRef Lib);
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp114 lib.GetMethodProperty = (GetMethodPropertyFunc)lib.Lib.GetProc("GetMethodProperty");
119 GetNumberOfMethodsFunc getNumberOfMethodsFunc = (GetNumberOfMethodsFunc)lib.Lib.GetProc("GetNumberOfMethods");
238 const NDLL::CLibrary &lib = Libs.Back().Lib;
362 if (lib.Lib.Load(dllPath))
371 SetLargePageModeFunc setLargePageMode = (SetLargePageModeFunc)lib.Lib.GetProc("SetLargePageMode");
377 lib.CreateObject = (CreateObjectFunc)lib.Lib.GetProc("CreateObject");
H A DLoadCodecs.h124 NWindows::NDLL::CLibrary Lib; member in struct:CCodecLib
129 void LoadIcons() { CCodecIcons::LoadIcons((HMODULE)Lib); }
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1254 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; local
1333 Lib = Name.slice(b, Idx);
1337 Lib = Name.slice(b, a);
1340 if (Lib.size() >= 3) {
1341 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
1343 Lib = Lib.slice(0, Lib
[all...]
/external/bison/build-aux/
H A Dcompile175 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/chromium_org/third_party/opus/src/
H A Dcompile208 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile175 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/libopus/
H A Dcompile208 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/libpng/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/libedit/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/pcre/dist/
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp491 StringRef Lib = llvm::sys::path::parent_path(NoVer); local
493 SmallString<128> P = llvm::sys::path::parent_path(Lib);
/external/llvm/include/llvm/Object/
H A DObjectFile.h297 virtual std::error_code getLibraryNext(DataRefImpl Lib,
299 virtual std::error_code getLibraryPath(DataRefImpl Lib,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
H A DMakefile1575 EXTRALIBS += $(PLATFORMSDKLIB)/WbemUuid.Lib
1577 EXTRALIBS += WbemUuid.Lib

Completed in 965 milliseconds

12