/external/llvm/test/Linker/ |
D | link-flags.ll | 1 ; RUN: llvm-link -S %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -c… 2 ; RUN: llvm-link -S -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec… 3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec… 4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC…
|
D | linkage.ll | 1 ; RUN: llvm-as %S/Inputs/linkage.a.ll -o %t.1.bc 2 ; RUN: llvm-as %S/Inputs/linkage.b.ll -o %t.2.bc
|
D | override-different-linkage.ll | 1 ; RUN: llvm-link %s -override %S/Inputs/override-different-linkage.ll -S | FileCheck %s 2 ; RUN: llvm-link -override %S/Inputs/override-different-linkage.ll %s -S | FileCheck %s
|
D | override-with-internal-linkage-2.ll | 1 ; RUN: llvm-link %s -override %S/Inputs/override-with-internal-linkage-2.ll -S | FileCheck %s 2 ; RUN: llvm-link -override %S/Inputs/override-with-internal-linkage-2.ll %s -S | FileCheck %s
|
D | override-with-internal-linkage.ll | 1 ; RUN: llvm-link %s -override %S/Inputs/override-with-internal-linkage.ll -S | FileCheck %s 2 ; RUN: llvm-link -override %S/Inputs/override-with-internal-linkage.ll %s -S | FileCheck %s
|
/external/llvm/test/DebugInfo/X86/ |
D | dwarf-linkage-names.ll | 1 ; DWARF linkage name attributes are optional; verify they are missing for 9 ; $ clang++ -emit-llvm -S -g dwarf-linkage-names.cpp 15 ; With linkage names, we get an attribute for the declaration (first) entry 34 ; Without linkage names, verify there aren't any linkage-name attributes, 57 !1 = !DIFile(filename: "dwarf-linkage-names.cpp", directory: "/home/probinson/projects/scratch")
|
D | DW_AT_linkage_name.ll | 17 ; Test that we do not emit a linkage name for the declaration of a destructor. 18 ; Test that we do emit a linkage name for a specific instance of it. 81 !1 = !DIFile(filename: "linkage-name.cpp", directory: "") 98 !20 = !DIFile(filename: "linkage-name.cpp", directory: "")
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.uniform_location.txt | 33 - Duplicate location with various linkage and usage 34 - Overlapping structs and arrays with various linkage and usage 57 linkage. 63 Struct, nested struct and linkage cases are randomized.
|
/external/llvm/test/Other/ |
D | extract.ll | 14 ; The private linkage for foo() should be changed to external linkage and
|
/external/clang/test/Modules/ |
D | linkage-merge.m | 12 // expected-note@Inputs/linkage-merge-sub.h:1{{previous declaration}} 20 // expected-note@Inputs/linkage-merge-sub.h:6{{previous declaration is here}}
|
/external/clang/test/ARCMT/Inputs/ |
D | module.map | 163 header "linkage-merge-sub.h" 208 header "cxx-linkage-cache.h" 262 header "linkage-merge-foo.h" 265 header "linkage-merge-bar.h"
|
/external/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 75 .. option:: -functions=[none|short|linkage] 78 print short function name, or print full linkage name, respectively). 79 Defaults to ``linkage``.
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | linkage.ll | 1 ;; Check that runtime symbols get appropriate linkage. 8 @"__profn_linkage.ll:foo_internal" = internal constant [23 x i8] c"linkage.ll:foo_internal"
|
/external/clang/test/Modules/Inputs/ |
D | module.map | 168 header "linkage-merge-sub.h" 213 header "cxx-linkage-cache.h" 279 header "linkage-merge-foo.h" 282 header "linkage-merge-bar.h"
|
/external/v8/src/compiler/ |
D | code-generator-impl.h | 135 Linkage* linkage() const { return gen_->linkage(); } in linkage() function
|
D | instruction-selector.cc | 22 Zone* zone, size_t node_count, Linkage* linkage, in InstructionSelector() argument 27 linkage_(linkage), in InstructionSelector() 808 linkage()->GetParameterType(ParameterIndexOf(node->op())); in VisitNode() 1301 linkage()->ParameterHasSecondaryLocation(index) in VisitParameter() 1303 node, linkage()->GetParameterLocation(index), in VisitParameter() 1304 linkage()->GetParameterSecondaryLocation(index)) in VisitParameter() 1306 node, linkage()->GetParameterLocation(index), in VisitParameter() 1307 linkage()->GetParameterType(index).representation()); in VisitParameter() 1327 Emit(kArchNop, g.DefineAsLocation(node, linkage()->GetOsrValueLocation(index), in VisitOsrValue() 1453 if (linkage()->GetIncomingDescriptor()->CanTailCall(node, in VisitTailCall() [all …]
|
/external/llvm/test/Assembler/ |
D | private-hidden-variable.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | internal-protected-variable.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | private-protected-variable.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | internal-hidden-variable.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | private-hidden-function.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | internal-hidden-function.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | internal-protected-function.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
D | private-protected-function.ll | 4 ; CHECK: symbol with local linkage must have default visibility
|
/external/llvm/test/Verifier/ |
D | comdat2.ll | 5 ; CHECK: comdat global value has private linkage
|