Home
last modified time | relevance | path

Searched refs:aliasee (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/Instrumentation/AddressSanitizer/
Ddo-not-touch-comdat-global.ll8 @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/
Dthinlto-alias.ll6 @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
9 define void @aliasee() #0 {
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp190 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/
Dalias.ll6 ; 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/
Dscc-global-alias.ll1 ; We should never separate alias from aliasee.
Dscc-const-alias.ll1 ; We should never separate alias from aliasee.
/external/llvm/test/Bitcode/
Dthinlto-alias.ll25 ; Followed by the alias and aliasee
Dinvalid.test204 ALIAS-TYPE-MISMATCH: Alias and aliasee types don't match
/external/llvm/test/ThinLTO/X86/
Dalias_import.ll10 ; 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/
Dfuncimport.ll46 ; Aliases import the aliasee function
/external/llvm/docs/
DBitCodeFormat.rst820 ``[ALIAS, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr…
827 * *aliasee val#*: The value index of the aliased value
DMergeFunctions.rst763 “Aliases act as *second name* for the aliasee value”. So we just want to create
DLangRef.rst525 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/
Dcore.ml627 (* CHECK: @alias = alias i32, i32* @aliasee
630 let v = define_global "aliasee" forty_two32 m in
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml545 (* RUN: grep {@alias = alias i32\\* @aliasee} < %t.ll
547 let v = declare_global i32_type "aliasee" m in
/external/llvm/bindings/go/llvm/
Dir.go1009 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/
Dllvm.mli1281 the aliasee [a] with the name [n].
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1463 the aliasee [a] with the name [n].
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td2494 …"%select{alias|ifunc}1 will not be in section '%0' but in the same section as the %select{aliasee|…