Home
last modified time | relevance | path

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

1234

/external/llvm/test/Linker/
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
DConstantGlobals1.ll1 ; Test that appending linkage works correctly when arrays are the same size.
DConstantGlobals2.ll1 ; Test that appending linkage works correctly when arrays are the same size.
DConstantGlobals3.ll1 ; Test that appending linkage works correctly when arrays are the same size.
DAppendingLinkage2.ll1 ; Test that appending linkage works correctly when arrays are the same size.
DAppendingLinkage.ll1 ; Test that appending linkage works correctly.
/external/llvm/test/Other/
Dextract.ll14 ; The private linkage for foo() should be changed to external linkage and
/external/qemu/distrib/jpeg-6b/
Djmemdosa.asm44 push bp ; linkage
79 push bp ; linkage
111 push bp ; linkage
145 push bp ; linkage
183 push bp ; linkage
221 push bp ; linkage
264 push bp ; linkage
345 push bp ; linkage
/external/jpeg/
Djmemdosa.asm44 push bp ; linkage
79 push bp ; linkage
111 push bp ; linkage
145 push bp ; linkage
183 push bp ; linkage
221 push bp ; linkage
264 push bp ; linkage
345 push bp ; linkage
/external/llvm/test/Transforms/GlobalOpt/
D2010-10-19-WeakOdr.ll3 ; PR8389: Globals with weak_odr linkage type must not be modified
/external/bison/data/
Dc++.m451 # internal linkage. This would compile. However, it's cryptic, and internal
52 # linkage for the parser would be specified in all translation units that
54 # internal linkage somehow, surely we can find a cleaner approach.
/external/llvm/include/llvm/IR/
DGlobalValue.h60 LinkageTypes linkage, const Twine &Name) in GlobalValue() argument
61 : Constant(ty, vty, Ops, NumOps), Linkage(linkage), in GlobalValue()
/external/clang/test/Modules/Inputs/
Dmodule.map148 header "linkage-merge-sub.h"
184 header "cxx-linkage-cache.h"
/external/llvm/test/MC/COFF/
Dweak-symbol-section-specification.ll1 ; The purpose of this test is to verify that weak linkage type is not ignored by backend,
/external/expat/win32/
DREADME.txt53 be built easily by specifying a different RTL linkage in
74 - specify a different RTL linkage on the C/C++ tab
/external/llvm/test/Transforms/InstCombine/
Dalign-external.ll3 ; Don't assume that external global variables or those with weak linkage have
/external/llvm/test/CodeGen/PowerPC/
Dmcm-8.ll5 ; for loading a variable with available-externally linkage.
/external/clang/test/ARCMT/
Dcxx-checking.mm17 // Don't complain if the type has non-external linkage
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst52 Many important differences, like changes in linkage or function
/external/llvm/test/Transforms/Inline/
Dbasictest.ll74 ; The call to @g cannot be inlined as it has external linkage.
/external/icu4c/config/
DMakefile.inc.in10 # 1). Base configuration information and linkage
20 # *1* base configuration information and linkage
/external/llvm/docs/
DBitCodeFormat.rst661 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, …
677 * *linkage*: An encoding of the linkage type for this variable:
721 ``[FUNCTION, type, callingconv, isproto, linkage, paramattr, alignment, section, visibility, gc]``
741 * *linkage*: An encoding of the `linkage type`_ for this function
763 ``[ALIAS, alias type, aliasee val#, linkage, visibility]``
772 * *linkage*: An encoding of the `linkage type`_ for this alias
/external/webkit/Source/WebKit/chromium/
DREADME28 the consumer to ensure proper linkage to the shared library.
/external/openssl/crypto/des/
DREADME51 linkage.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dbasic.ll132 ; asan should not instrument functions with available_externally linkage.

1234