Searched refs:lib (Results 1 - 25 of 1364) sorted by last modified time

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/utils/buildit/
H A Dbuild_llvm231 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
232 for f in `ls $DEST_DIR$DEST_ROOT/lib/*.so`; do
239 rm -f bin/.dir etc/llvm/.dir lib/.dir
244 # (The wildcards are used to match a "lib" prefix if it is present.)
245 rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
246 rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
295 rm -f lib/libLTO.dylib
296 rm -f lib/libLTO.a lib/libLTO.la
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-readobj/
H A Dllvm-readobj.cpp11 // except that it can handle any type of object file recognized by lib/Object.
154 void DumpLibrary(const LibraryRef &lib) { argument
156 lib.getPath(path);
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-shlib/
H A DMakefile38 LLVMLibsOptions := $(IncludeInLibLlvm:$(LibDir)/lib%.a=-l%)
62 -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"
74 LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
119 $(Echo) Making dummy -lstdc++ to lib
/macosx-10.10/llvmCore-3425.0.34/projects/sample/
H A Dconfigure845 libdir='${exec_prefix}/lib'
1149 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1152 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1330 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1343 --libdir=DIR object code libraries [EPREFIX/lib]
1440 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1441 nonstandard directory <lib dir>
3218 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5314 if test -f ${srcdir}/lib/Target/${LLVM_NATIVE_ARCH}/AsmParser/Makefile ; then
5317 if test -f ${srcdir}/lib/Targe
[all...]
H A DMakefile11 DIRS = lib tools
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh1538 testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
2001 *.la) linkmode=lib ;;
2028 if test "$linkmode" = lib; then
2052 lib)
2076 if test "$linkmode,$pass" = "lib,link" ||
2094 lib=
2107 if test "$linkmode" != lib && test "$linkmode" != prog; then
2115 lib="$searchdir/lib${name}${search_ext}"
2116 if test -f "$lib"; the
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DDynamicLibrary.inc31 #pragma comment(lib, "dbghelp.lib")
H A DProcess.inc25 #pragma comment(lib, "psapi.lib")
H A DSignals.inc27 #pragma comment(lib, "psapi.lib")
28 #pragma comment(lib, "dbghelp.lib")
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h197 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
219 #define __itt_get_proc(lib, name) dlsym(lib, name)
339 lib_t lib; member in struct:___itt_global
/macosx-10.10/llvmCore-3425.0.34/
H A Dconfigure568 ac_unique_file="lib/VMCore/Module.cpp"
865 libdir='${exec_prefix}/lib'
1169 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1172 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1350 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363 --libdir=DIR object code libraries [EPREFIX/lib]
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
3222 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5490 if test -f ${srcdir}/lib/Targe
[all...]
H A DMakefile13 # 1. Build lib/Support and lib/TableGen, which are used by utils (tblgen).
17 # 5. Build llvm-config, which determines inter-lib dependencies for tools.
30 DIRS := lib/Support lib/TableGen utils tools/llvm-config
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \
70 DIRS := tools/clang/tools/driver tools/clang/lib/Header
[all...]
H A Dbuild_llvm231 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
232 for f in `ls $DEST_DIR$DEST_ROOT/lib/*.so`; do
239 rm -f bin/.dir etc/llvm/.dir lib/.dir
244 # (The wildcards are used to match a "lib" prefix if it is present.)
245 rm $DEST_DIR$DEST_ROOT/lib/*LLVMHello.dylib
246 rm $DEST_DIR$DEST_ROOT/lib/*BugpointPasses.dylib
295 rm -f lib/libLTO.dylib
296 rm -f lib/libLTO.a lib/libLTO.la
/macosx-10.10/llvmCore-3425.0.34/docs/
H A DMakefile97 -html lib include tools runtime utils examples autoconf test > docs/userloc.html
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh1538 testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
2001 *.la) linkmode=lib ;;
2028 if test "$linkmode" = lib; then
2052 lib)
2076 if test "$linkmode,$pass" = "lib,link" ||
2094 lib=
2107 if test "$linkmode" != lib && test "$linkmode" != prog; then
2115 lib="$searchdir/lib${name}${search_ext}"
2116 if test -f "$lib"; the
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/
H A DMakefile.ocaml111 LibraryA := $(OcamlDir)/lib$(LIBRARYNAME).a
128 DestA := $(PROJ_libocamldir)/lib$(LIBRARYNAME).a
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Dcommon.py93 for lib in ['LLVM-3.1svn', 'libLLVM-3.1svn', 'LLVM', 'libLLVM']:
94 result = ctypes.util.find_library(lib)
102 lib = find_library()
103 if not lib:
106 return cdll.LoadLibrary(lib)
H A Dcore.py21 "lib",
25 lib = get_library() variable
78 result = lib.LLVMCreateMemoryBufferWithContentsOfFile(filename,
84 LLVMObject.__init__(self, memory, disposer=lib.LLVMDisposeMemoryBuffer)
97 register_library(lib)
H A Ddisassembler.py31 lib = get_library() variable
48 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
54 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisasmDispose)
76 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
104 result = lib.LLVMDisasmInstruction(self, b,
134 register_library(lib)
H A Dobject.py90 "lib",
116 ptr = lib.LLVMCreateObjectFile(contents)
117 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisposeObjectFile)
128 sections = lib.LLVMGetSections(self)
131 if lib.LLVMIsSectionIteratorAtEnd(self, sections):
140 lib.LLVMMoveToNextSection(sections)
146 lib.LLVMDisposeSectionIterator(sections)
156 symbols = lib.LLVMGetSymbols(self)
159 if lib.LLVMIsSymbolIteratorAtEnd(self, symbols):
168 lib
522 lib = get_library() variable
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dbase.py10 '/usr/lib/debug',
11 '/lib',
12 '/usr/lib',
13 '/usr/local/lib',
14 '/lib/i386-linux-gnu',
25 for lib in POSSIBLE_TEST_BINARIES:
26 path = os.path.join(d, lib)
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1000 isNonOSdylib = ( (strncmp(installPath, "/usr/lib/", 9) != 0) && (strncmp(installPath, "/usr/libexec/oah/Shims", 9) != 0) );
1013 DependentLibraryInfo* lib = &libs[0]; local
1014 lib->name = "/usr/lib/libSystem.B.dylib";
1015 lib->info.checksum = 0;
1016 lib->info.minVersion = 0;
1017 lib->info.maxVersion = 0;
1018 lib->required = false;
1019 lib->reExported = false;
1020 lib
1035 DependentLibraryInfo* lib = &libs[index++]; local
[all...]
H A DImageLoaderMachOClassic.cpp266 bzero(&segOffsets[segCount], libCount*sizeof(void*)); // zero out lib array
637 const struct sub_library_command* lib = (struct sub_library_command*)cmd; local
638 const char* aSubLibName = (char*)cmd + lib->sub_library.offset;
H A Ddyld.cpp236 static const char* sLibraryFallbackPaths[] = { "$HOME/lib", "/usr/local/lib", "/usr/lib", NULL };
2040 // x86_64h can run: x86_64h, x86_64h(lib), x86_64(lib), and x86_64
2043 // x86_64 can run: x86_64(lib) and x86_64
2386 if ( strncmp(path, "/usr/lib/system/libsystem_", 26) == 0 )
2939 if (strncmp(path, "/usr/lib/", 9) == 0)
3410 // sanity check that /usr/lib/libSystem.B.dylib stat() info matches cache
3413 if ( my_stat("/usr/lib/libSyste
[all...]
/macosx-10.10/cups-408/cups/
H A Dconfigure953 libdir='${exec_prefix}/lib'
1286 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1289 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1476 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1489 --libdir=DIR object code libraries [EPREFIX/lib]
1611 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1612 nonstandard directory <lib dir>
3210 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5940 if test "$libdir" = "\${exec_prefix}/lib"; then
6153 CUPS_LOCALEDIR="$exec_prefix/lib/local
[all...]

Completed in 202 milliseconds

1234567891011>>