HomeSort by relevance Sort by last modified time
    Searched defs:GlobalAlias (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
GlobalAlias.h 1 //===-------- llvm/GlobalAlias.h - GlobalAlias class ------------*- C++ -*-===//
10 // This file contains the declaration of the GlobalAlias class, which
29 class GlobalAlias : public GlobalValue, public ilist_node<GlobalAlias> {
30 friend class SymbolTableListTraits<GlobalAlias, Module>;
31 void operator=(const GlobalAlias &) LLVM_DELETED_FUNCTION;
32 GlobalAlias(const GlobalAlias &) LLVM_DELETED_FUNCTION;
36 GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage
    [all...]
  /external/llvm/lib/IR/
Globals.cpp 19 #include "llvm/IR/GlobalAlias.h"
63 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
92 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
102 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
123 assert(isa<GlobalAlias>(this));
237 // GlobalAlias Implementation
240 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link,
252 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 273 | GlobalAlias
    [all...]
llvm_ocaml.c 491 GlobalAlias,
526 DEFINE_CASE(Val, GlobalAlias);
    [all...]

Completed in 66 milliseconds