HomeSort by: relevance | last modified time | path
    Searched defs:GlobalAlias (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalAlias.h 1 //===-------- llvm/GlobalAlias.h - GlobalAlias class ------------*- C++ -*-===//
9 // This file contains the declaration of the GlobalAlias class, which
27 class GlobalAlias : public GlobalIndirectSymbol,
28 public ilist_node<GlobalAlias> {
29 friend class SymbolTableListTraits<GlobalAlias>;
31 GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage,
35 GlobalAlias(const GlobalAlias &) = delete;
36 GlobalAlias &operator=(const GlobalAlias &) = delete
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 20 #include "llvm/IR/GlobalAlias.h"
163 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
173 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
435 findBaseObject(const Constant *C, DenseSet<const GlobalAlias *> &Aliases) {
438 if (auto *GA = dyn_cast<GlobalAlias>(C))
468 DenseSet<const GlobalAlias *> Aliases;
473 // GlobalAlias Implementation
476 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link,
485 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 320 | GlobalAlias
llvm_ocaml.c 650 GlobalAlias,
685 DEFINE_CASE(Val, GlobalAlias);

Completed in 69 milliseconds