Searched refs:aliasee (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | do-not-touch-comdat-global.ll | 8 @aliasee = private unnamed_addr constant [2 x i8] [i8 1, i8 2], comdat($global_noinst) 9 @global_noinst = unnamed_addr alias [2 x i8], [2 x i8]* @aliasee 11 ; CHECK-DAG: @global_noinst = unnamed_addr alias [2 x i8], [2 x i8]* @aliasee
|
/external/llvm/test/Bitcode/Inputs/ |
D | thinlto-alias.ll | 6 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) 9 define void @aliasee() #0 {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 190 const Twine &Name, Constant* aliasee, in GlobalAlias() argument 195 if (aliasee) in GlobalAlias() 196 assert(aliasee->getType() == Ty && "Alias and aliasee types should match!"); in GlobalAlias() 197 Op<0>() = aliasee; in GlobalAlias()
|
/external/llvm/test/Linker/ |
D | alias.ll | 6 ; When moving an alias to an existing module and we want to discard the aliasee 7 ; (the C2 case), the IRMover knows to copy the aliasee as internal. 8 ; When moving a replacement to an aliasee to a module that has an alias (C1),
|
/external/llvm/test/tools/llvm-split/ |
D | scc-global-alias.ll | 1 ; We should never separate alias from aliasee.
|
D | scc-const-alias.ll | 1 ; We should never separate alias from aliasee.
|
/external/llvm/test/Bitcode/ |
D | thinlto-alias.ll | 25 ; Followed by the alias and aliasee
|
D | invalid.test | 204 ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
|
/external/llvm/test/ThinLTO/X86/ |
D | alias_import.ll | 10 ; when we can import the aliasee with a linkage that won't be 38 ; Only alias to LinkonceODR aliasee can be imported
|
/external/llvm/test/Transforms/FunctionImport/ |
D | funcimport.ll | 46 ; Aliases import the aliasee function
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 820 ``[ALIAS, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr… 827 * *aliasee val#*: The value index of the aliased value
|
D | MergeFunctions.rst | 763 “Aliases act as *second name* for the aliasee value”. So we just want to create
|
D | LangRef.rst | 525 the alias is accessed. It will not have any effect in the aliasee. 748 Aliases have a name and an aliasee that is either a global value or a 764 the aliasee expression. ``unnamed_addr`` ones are only guaranteed to point 773 * The expression defining the aliasee must be computable at assembly 812 aliasee computes to, if any.
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 627 (* CHECK: @alias = alias i32, i32* @aliasee 630 let v = define_global "aliasee" forty_two32 m in
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 545 (* RUN: grep {@alias = alias i32\\* @aliasee} < %t.ll 547 let v = declare_global i32_type "aliasee" m in
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1009 func AddAlias(m Module, t Type, aliasee Value, name string) (v Value) { 1012 v.C = C.LLVMAddAlias(m.C, t.C, aliasee.C, cname)
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 1281 the aliasee [a] with the name [n].
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1463 the aliasee [a] with the name [n].
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2494 …"%select{alias|ifunc}1 will not be in section '%0' but in the same section as the %select{aliasee|…
|