Searched refs:linkage (Results 1 – 25 of 86) sorted by relevance
1234
/external/llvm/test/Linker/ |
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 | ConstantGlobals1.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
D | ConstantGlobals2.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
D | ConstantGlobals3.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
D | AppendingLinkage2.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
D | AppendingLinkage.ll | 1 ; Test that appending linkage works correctly.
|
/external/llvm/test/Other/ |
D | extract.ll | 14 ; The private linkage for foo() should be changed to external linkage and
|
/external/qemu/distrib/jpeg-6b/ |
D | jmemdosa.asm | 44 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/ |
D | jmemdosa.asm | 44 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/ |
D | 2010-10-19-WeakOdr.ll | 3 ; PR8389: Globals with weak_odr linkage type must not be modified
|
/external/bison/data/ |
D | c++.m4 | 51 # 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/ |
D | GlobalValue.h | 60 LinkageTypes linkage, const Twine &Name) in GlobalValue() argument 61 : Constant(ty, vty, Ops, NumOps), Linkage(linkage), in GlobalValue()
|
/external/clang/test/Modules/Inputs/ |
D | module.map | 148 header "linkage-merge-sub.h" 184 header "cxx-linkage-cache.h"
|
/external/llvm/test/MC/COFF/ |
D | weak-symbol-section-specification.ll | 1 ; The purpose of this test is to verify that weak linkage type is not ignored by backend,
|
/external/expat/win32/ |
D | README.txt | 53 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/ |
D | align-external.ll | 3 ; Don't assume that external global variables or those with weak linkage have
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-8.ll | 5 ; for loading a variable with available-externally linkage.
|
/external/clang/test/ARCMT/ |
D | cxx-checking.mm | 17 // Don't complain if the type has non-external linkage
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 52 Many important differences, like changes in linkage or function
|
/external/llvm/test/Transforms/Inline/ |
D | basictest.ll | 74 ; The call to @g cannot be inlined as it has external linkage.
|
/external/icu4c/config/ |
D | Makefile.inc.in | 10 # 1). Base configuration information and linkage 20 # *1* base configuration information and linkage
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 661 ``[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/ |
D | README | 28 the consumer to ensure proper linkage to the shared library.
|
/external/openssl/crypto/des/ |
D | README | 51 linkage.
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | basic.ll | 132 ; asan should not instrument functions with available_externally linkage.
|
1234