Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGlobals.cpp196 const Twine &Name, Constant* aliasee, in GlobalAlias() argument
201 if (aliasee) in GlobalAlias()
202 assert(aliasee->getType() == Ty && "Alias and aliasee types should match!"); in GlobalAlias()
203 Op<0>() = aliasee; in GlobalAlias()
/external/llvm/docs/
DBitCodeFormat.rst763 ``[ALIAS, alias type, aliasee val#, linkage, visibility]``
770 * *aliasee val#*: The value index of the aliased value
DLangRef.rst597 Aliases act as "second name" for the aliasee value (which can be either
/external/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/ocaml/llvm/
Dllvm.mli1282 the aliasee [a] with the name [n].