Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/docs/ELF/
Dlinker_script.rst33 For a simple assignment like ``alias = aliasee;``, the ``st_type`` field is
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td310 "as the %select{aliasee|resolver}2">,
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp735 KEYWORD(aliasee); in LexIdentifier()
/openbsd/src/gnu/llvm/llvm/docs/
DBitCodeFormat.rst849 ``[ALIAS, strtab offset, strtab size, alias type, aliasee val#, linkage, visibility, dllstorageclas…
859 * *aliasee val#*: The value index of the aliased value
DMergeFunctions.rst752 “Aliases act as *second name* for the aliasee value”. So we just want to create
DLangRef.rst554 the alias is accessed. It will not have any effect in the aliasee.
875 Aliases have a name and an aliasee that is either a global value or a
894 the aliasee expression. ``unnamed_addr`` ones are only guaranteed to point
903 * The expression defining the aliasee must be computable at assembly
910 * If the alias has the ``available_externally`` linkage, the aliasee must be an
911 ``available_externally`` global value; otherwise the aliasee can be an
915 * If either the alias or the aliasee may be replaced by a symbol outside the
917 the aliasee, since the behavior may be different. The alias may be used as a
954 same COMDAT that their aliasee computes to, if any.
7801 …(module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), aliasee: ^2)
[all …]
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExpr.cpp2603 ConstantAddress aliasee = CGM.GetWeakRefReference(FD); in EmitFunctionDeclPointer() local
2604 return aliasee.getPointer(); in EmitFunctionDeclPointer()
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.mli1505 type [vt] the address space [sp] the aliasee [a] with the name [n].