Home
last modified time | relevance | path

Searched refs:linkage (Results 1 – 25 of 195) 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/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/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/v8/src/compiler/
Dcode-generator-impl.h135 Linkage* linkage() const { return gen_->linkage(); } in linkage() function
Dinstruction-selector.cc22 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/
Dprivate-hidden-variable.ll4 ; CHECK: symbol with local linkage must have default visibility
Dinternal-protected-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-variable.ll4 ; CHECK: symbol with local linkage must have default visibility
Dprivate-hidden-function.ll4 ; CHECK: symbol with local linkage must have default visibility
Dinternal-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-function.ll4 ; CHECK: symbol with local linkage must have default visibility
/external/llvm/test/Verifier/
Dcomdat2.ll5 ; CHECK: comdat global value has private linkage

12345678