Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dkeep-file-symbols.test5 # RUN: llvm-readobj -symbols %t2 | FileCheck %s --check-prefix=STRIP
51 #STRIP: Symbols [
52 #STRIP-NEXT: Symbol {
53 #STRIP-NEXT: Name:
54 #STRIP-NEXT: Value: 0x0
55 #STRIP-NEXT: Size: 0
56 #STRIP-NEXT: Binding: Local
57 #STRIP-NEXT: Type: None
58 #STRIP-NEXT: Other: 0
59 #STRIP-NEXT: Section: Undefined
[all …]
Ddrawf-fission.test5 # RUN: llvm-readobj -file-headers -sections %t2 | FileCheck %s -check-prefix=STRIP
19 #STRIP: SectionHeaderCount: 24
21 #STRIP: Name: .text
22 #STRIP: Name: .rodata.str1.1
23 #STRIP: Name: .debug_str
24 #STRIP: Name: .debug_abbrev
25 #STRIP: Name: .debug_info
26 #STRIP: Name: .debug_ranges
27 #STRIP: Name: .debug_macinfo
28 #STRIP: Name: .debug_addr
[all …]
Dhelp-message.test6 # RUN: llvm-strip --help | FileCheck --check-prefix=STRIP-USAGE %s
7 # RUN: not llvm-strip 2>&1 | FileCheck --check-prefix=STRIP-USAGE %s
13 # STRIP-USAGE: USAGE: llvm-strip
/external/zlib/src/win32/
DMakefile.gcc60 STRIP = $(PREFIX)strip
98 $(STRIP) $@
102 $(STRIP) $@
106 $(STRIP) $@
110 $(STRIP) $@
114 $(STRIP) $@
/external/swiftshader/third_party/LLVM/utils/buildit/
Dbuild_llvm205 STRIP=strip
207 STRIP=`xcrun -sdk $SDKROOT -find strip`
215 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
217 $STRIP -Sxl $f
306 $STRIP -arch all -Sl $DT_HOME/lib/libLTO.dylib
336 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
/external/toybox/
Dconfigure35 [ -z "$STRIP" ] && STRIP=strip
/external/libcxx/cmake/Modules/
DHandleCompilerRT.cmake19 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
43 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR)
54 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
/external/libcxxabi/cmake/Modules/
DHandleCompilerRT.cmake19 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
43 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR)
54 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
/external/libunwind_llvm/cmake/Modules/
DHandleCompilerRT.cmake19 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
43 string(STRIP "${LIBRARY_DIR}" LIBRARY_DIR)
54 string(STRIP "${LIBRARY_FILE}" LIBRARY_FILE)
/external/u-boot/tools/env/
DMakefile30 quiet_cmd_crosstools_strip = STRIP $^
31 cmd_crosstools_strip = $(STRIP) $^; touch $@
/external/u-boot/scripts/
Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
/external/bcc/cmake/
DGetGitRevisionDescription.cmake.in20 string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
37 string(STRIP "${HEAD_HASH}" HEAD_HASH)
/external/e2fsprogs/lib/
DMakefile.solaris-lib51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
DMakefile.elf-lib58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
/external/gptfdisk/
DMakefile.mingw643 STRIP=/usr/bin/x86_64-w64-mingw32-strip
33 $(STRIP) gdisk64.exe fixparts64.exe
DMakefile.mingw3 STRIP=/usr/bin/i686-w64-mingw32-strip
33 $(STRIP) gdisk32.exe fixparts32.exe
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dtbaa.ll2 ; RUN: llvm-as -disable-verify < %s | opt -verify -S | FileCheck %s --check-prefix=STRIP
4 ; STRIP-NOT: tbaa
5 ; STRIP: @f_0
6 ; STRIP: Do no strip this
/external/compiler-rt/make/
DAppleBI.mk51 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
92 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
121 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt_sim.dylib \
Doptions.mk44 STRIP := strip
/external/deqp-deps/glslang/gtests/
DRemap.FromFile.cpp91 … { "remap.basic.strip.frag", "main", Source::GLSL, spv::spirvbin_t::STRIP },
107 … { "remap.hlsl.sample.basic.strip.frag", "main", Source::HLSL, spv::spirvbin_t::STRIP },
/external/libaom/libaom/build/cmake/
Dgenerate_exports.cmake45 string(STRIP "${exported_symbols}" exported_symbols)
49 string(STRIP "${exported_symbol}" exported_symbol)
/external/grpc-grpc/templates/
DMakefile.template159 STRIP ?= strip --strip-unneeded
165 STRIP ?= strip -x
171 STRIP ?= strip --strip-unneeded
176 STRIP ?= strip
/external/llvm/cmake/modules/
DVersionFromVCS.cmake59 string(STRIP "${git_output}" git_head_svn_rev_number)
75 string(STRIP "${git_output}" git_ref_id)
/external/ltp/include/mk/
Dconfig.mk.in31 STRIP := @STRIP@
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMWSFilter.java37 public static final short STRIP = 2; field

12345678910>>...12