Home
last modified time | relevance | path

Searched refs:thin (Results 1 – 25 of 146) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dstrip-debug.test63 # RUN: rm -f %t.thin.a
64 # Copy %t to %t.thin.archive.member to avoid changing %t directly.
65 # RUN: cp %t %t.thin.archive.member
66 # RUN: llvm-ar crsT %t.thin.a %t.thin.archive.member
67 # RUN: llvm-objcopy --strip-debug %t.thin.a %t2.thin.a
68 # RUN: cat %t.thin.a | FileCheck %s --check-prefix=VERIFY-THIN-ARCHIVE
69 # RUN: cat %t2.thin.a | FileCheck %s --check-prefix=VERIFY-THIN-ARCHIVE
71 # VERIFY-THIN-ARCHIVE: !<thin>
73 # Verify that the member of a thin archive was properly modified.
74 # RUN: cmp %t2 %t.thin.archive.member
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Darchive-thin-paths.test4 RUN: mkdir -p archive-thin-paths.dir
5 RUN: echo foo > archive-thin-paths.dir/foo.o
7 RUN: rm -f archive-thin-paths.a
8 RUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o
9 RUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a
Darchive-toc.test32 Test reading a thin archive created by gnu ar
33 RUN: env TZ=GMT llvm-ar tv Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace
44 Test reading a thin archive with directory names.
45 RUN: env TZ=GMT llvm-ar tv Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whites…
Darchive-extract.test54 RUN: not llvm-ar x %p/Inputs/thin.a foo.o 2>&1 | FileCheck %s --check-prefix=THINEXTRACT
55 THINEXTRACT: extracting from a thin archive is not supported
57 RUN: llvm-ar p %p/Inputs/thin.a evenlen | FileCheck %s --check-prefix=EVENLEN
60 RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o 2>&1 | FileCheck %s --check-prefix=MISSING
Darchive-format.test56 THIN: !<thin>
68 THIN-PATH: !<thin>
80 BSD-THIN: Only the gnu format has a thin mode.
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dsave_objects.ll5 ; RUN: rm -Rf %t.thin.out
6 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…
7 ; RUN: ls %t.thin.out | count 2
10 ; RUN: rm -Rf %t.thin.out
12 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…
13 ; RUN: ls %t.thin.out | count 2
17 ; RUN: rm -Rf %t.thin.out
19 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…
20 ; RUN: ls %t.thin.out | count 2
Ddiagnostic-handler-remarks.ll5 ; RUN: rm -f %t.yaml.thin.0.yaml %t.yaml.thin.1.yaml
16 ; RUN: cat %t.yaml.thin.0.yaml | FileCheck %s -check-prefix=YAML1
34 ; RUN: cat %t.yaml.thin.1.yaml | FileCheck %s -check-prefix=YAML2
Ddistributed_import.ll1 ; Test distributed build thin link output from llvm-lto2
4 ; the debug metadata for the thin link.
5 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.bc
6 ; RUN: opt -thinlto-bc %p/Inputs/distributed_import.ll -thin-link-bitcode-file=%t2.thinlink.bc -o %…
9 ; First perform the thin link on the normal bitcode file.
35 ; Next perform the thin link on the minimized bitcode files, and compare dumps
/external/llvm/test/LibDriver/
Dthin.test7 RUN: llvm-lib -out:%t.thin.a -llvmlibthin %t
8 RUN: FileCheck --check-prefix=THIN %s < %t.thin.a
9 THIN: !<thin>
/external/expat/doc/
Dstyle.css45 border: solid thin;
56 border: solid thin;
65 border-top-width: thin;
83 border-top-width: thin;
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-lib/
Dthin.test7 RUN: llvm-lib -out:%t.thin.a -llvmlibthin %t
8 RUN: FileCheck --check-prefix=THIN %s < %t.thin.a
9 THIN: !<thin>
/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm9 unsigned char *thin; field
43 unsigned char *thin; field
60 unsigned char *thin; field
79 unsigned char *thin; field
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dthinlto_object_suffix_replace.ll5 ; the debug metadata for the thin link.
6 ; RUN: opt -thinlto-bc %s -thin-link-bitcode-file=%t1.thinlink.bc -o %t1.o
8 ; First perform the thin link on the normal bitcode file, and save the
17 ; Next perform the thin link on the minimized bitcode file, and compare dump
/external/fonttools/Snippets/
Dinterpolate.py67 def AddGlyphVariations(font, thin, regular, black): argument
75 thinCoord = GetCoordinates(thin, glyphName)
133 thin = TTFont("/tmp/Roboto/Roboto-Thin.ttf")
138 AddGlyphVariations(out, thin, regular, black)
/external/autotest/frontend/client/src/autotest/public/
Dmoblabsetup.css7 border-bottom: thin solid black;
12 border-bottom: thin solid #111111;
21 border-bottom: thin solid #111111;
/external/llvm/test/Object/
Darchive-extract.test49 RUN: not llvm-ar x %p/Inputs/thin.a foo.o 2>&1 | FileCheck %s --check-prefix=THINEXTRACT
50 THINEXTRACT: extracting from a thin archive is not supported
52 RUN: llvm-ar p %p/Inputs/thin.a evenlen | FileCheck %s --check-prefix=EVENLEN
55 RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o | FileCheck %s --check-prefix=MISSING
Darchive-toc.test30 Test reading a thin archive created by gnu ar
31 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace
42 Test reading a thin archive with directory names.
43 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whi…
Darchive-format.test43 THIN: !<thin>
55 THIN-PATH: !<thin>
67 BSD-THIN: Only the gnu format has a thin mode.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ThinLTOBitcodeWriter/
Dno-type-md.ll2 ; the debug metadata for the thin link.
3 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t.thinlink.bc -o %t.bc %s
8 ; thin link bitcode files are identical
Dsplit.ll2 ; the debug metadata for the thin link.
3 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t2 -o %t %s
15 ; thin link bitcode files are identical
Dunsplittable.ll1 ; RUN: opt -thinlto-bc -thin-link-bitcode-file=%t2 -o %t %s
4 ; When not splitting the module, the thin link bitcode file should simply be a
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-lib.rst27 * Creating thin archives.
28 The /llvmlibthin option causes **llvm-lib** to create thin archive
/external/llvm/docs/CommandGuide/
Dllvm-lib.rst27 * Creating thin archives.
28 The /llvmlibthin option causes **llvm-lib** to create thin archive
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/
Dmixed_lto.ll1 ; Test mixed-mode LTO (mix of regular and thin LTO objects)
16 ; Do the same test again, but with the regular and thin LTO modules in the same file.
Ddiagnostic-handler-remarks.ll14 ; RUN: rm -f %t.thin.1.yaml
19 ; RUN: cat %t.thin.1.yaml | FileCheck %s -check-prefix=YAML

123456