Searched refs:aliasee (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/lld/docs/ELF/ |
| D | linker_script.rst | 33 For a simple assignment like ``alias = aliasee;``, the ``st_type`` field is
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | DiagnosticFrontendKinds.td | 310 "as the %select{aliasee|resolver}2">,
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 735 KEYWORD(aliasee); in LexIdentifier()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BitCodeFormat.rst | 849 ``[ALIAS, strtab offset, strtab size, alias type, aliasee val#, linkage, visibility, dllstorageclas… 859 * *aliasee val#*: The value index of the aliased value
|
| D | MergeFunctions.rst | 752 “Aliases act as *second name* for the aliasee value”. So we just want to create
|
| D | LangRef.rst | 554 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/ |
| D | CGExpr.cpp | 2603 ConstantAddress aliasee = CGM.GetWeakRefReference(FD); in EmitFunctionDeclPointer() local 2604 return aliasee.getPointer(); in EmitFunctionDeclPointer()
|
| /openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| D | llvm.mli | 1505 type [vt] the address space [sp] the aliasee [a] with the name [n].
|