Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_lib.h26 #define COMPILER_RT_ALIAS(aliasee) __attribute__((__alias__(#aliasee))) argument
29 #define COMPILER_RT_ALIAS(aliasee) _Pragma("GCC error(\"alias unsupported on this file format\")") argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daccess.d361 auto aliasee = ad.toAlias();
362 if (aliasee.isFuncAliasDeclaration || aliasee.isOverDeclaration)
363 next = aliasee;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daccess.c540 Dsymbol *aliasee = ad->toAlias(); in mostVisibleOverload() local
541 if (aliasee->isFuncAliasDeclaration() || aliasee->isOverDeclaration()) in mostVisibleOverload()
542 next = aliasee; in mostVisibleOverload()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td289 "as the %select{aliasee|resolver}2">,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp783 KEYWORD(aliasee); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBitCodeFormat.rst847 ``[ALIAS, strtab offset, strtab size, alias type, aliasee val#, linkage, visibility, dllstorageclas…
857 * *aliasee val#*: The value index of the aliased value
H A DMergeFunctions.rst752 “Aliases act as *second name* for the aliasee value”. So we just want to create
H A DLangRef.rst548 the alias is accessed. It will not have any effect in the aliasee.
839 Aliases have a name and an aliasee that is either a global value or a
856 the aliasee expression. ``unnamed_addr`` ones are only guaranteed to point
865 * The expression defining the aliasee must be computable at assembly
904 aliasee computes to, if any.
7309 …(module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), aliasee: ^2)
7312 :ref:`function summary <function_summary>`. The ``aliasee`` field
7313 contains a reference to the global value summary entry of the aliasee.
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1097 func AddAlias(m Module, t Type, aliasee Value, name string) (v Value) {
1100 v.C = C.LLVMAddAlias(m.C, t.C, aliasee.C, cname)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2553 ConstantAddress aliasee = CGM.GetWeakRefReference(FD); in EmitFunctionDeclPointer() local
2554 return aliasee.getPointer(); in EmitFunctionDeclPointer()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1563 the aliasee [a] with the name [n].