Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst33 For a simple assignment like ``alias = aliasee;``, the ``st_type`` field is
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td349 "as the %select{aliasee|resolver}2">,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp770 KEYWORD(aliasee); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2880 ConstantAddress aliasee = GetWeakRefReference(FD); in getRawFunctionPointer() local
2881 return aliasee.getPointer(); in getRawFunctionPointer()