Home
last modified time | relevance | path

Searched refs:linkage (Results 1 – 25 of 198) sorted by relevance

12345678

/external/llvm/test/Linker/
Dlink-flags.ll1 ; 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…
Dlinkage.ll1 ; 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
Doverride-different-linkage.ll1 ; 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
Doverride-with-internal-linkage-2.ll1 ; 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
Doverride-with-internal-linkage.ll1 ; 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/
Ddwarf-linkage-names.ll1 ; 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")
DDW_AT_linkage_name.ll17 ; 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/v8/src/compiler/
Dpipeline.cc380 bool OptimizeGraph(Linkage* linkage);
383 Handle<Code> GenerateCode(Linkage* linkage);
385 bool ScheduleAndSelectInstructions(Linkage* linkage);
1138 void Run(PipelineData* data, Zone* temp_zone, Linkage* linkage) { in Run()
1140 temp_zone, data->graph()->NodeCount(), linkage, data->sequence(), in Run()
1321 void Run(PipelineData* data, Zone* temp_zone, Linkage* linkage) { in Run()
1322 CodeGenerator generator(data->frame(), linkage, data->sequence(), in Run()
1479 bool PipelineImpl::OptimizeGraph(Linkage* linkage) { in OptimizeGraph() argument
1517 return ScheduleAndSelectInstructions(linkage); in OptimizeGraph()
1560 Linkage linkage(Linkage::ComputeIncoming(data.instruction_zone(), info)); in GenerateCodeForTesting() local
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt33 - 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/
Dextract.ll14 ; The private linkage for foo() should be changed to external linkage and
/external/clang/test/Modules/
Dlinkage-merge.m12 // 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/
Dmodule.map163 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/
Dllvm-symbolizer.rst75 .. 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/
Dlinkage.ll1 ;; Check that runtime symbols get appropriate linkage.
8 @"__profn_linkage.ll:foo_internal" = internal constant [23 x i8] c"linkage.ll:foo_internal"
/external/llvm/test/Assembler/
Dinternal-protected-variable.ll4 ; CHECK: symbol with local linkage must have default visibility
Dinternal-hidden-variable.ll4 ; CHECK: symbol with local linkage must have default visibility
Dprivate-hidden-variable.ll4 ; CHECK: symbol with local linkage must have default visibility
Dprivate-protected-variable.ll4 ; CHECK: symbol with local linkage must have default visibility
Dinternal-hidden-function.ll4 ; CHECK: symbol with local linkage must have default visibility
Dprivate-protected-function.ll4 ; CHECK: symbol with local linkage must have default visibility
Dprivate-hidden-function.ll4 ; CHECK: symbol with local linkage must have default visibility
Dinternal-protected-function.ll4 ; CHECK: symbol with local linkage must have default visibility
Dprivate-protected-alias.ll6 ; CHECK: symbol with local linkage must have default visibility
/external/clang/test/Modules/Inputs/
Dmodule.map168 header "linkage-merge-sub.h"
213 header "cxx-linkage-cache.h"
279 header "linkage-merge-foo.h"
282 header "linkage-merge-bar.h"
/external/llvm/test/Verifier/
Dcomdat2.ll5 ; CHECK: comdat global value has private linkage

12345678