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
28 class GlobalAlias : public GlobalValue, public ilist_node<GlobalAlias> {
29 friend class SymbolTableListTraits<GlobalAlias>;
30 void operator=(const GlobalAlias &) = delete;
31 GlobalAlias(const GlobalAlias &) = delete;
35 GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Linkage
    [all...]
  /external/llvm/lib/IR/
Globals.cpp 19 #include "llvm/IR/GlobalAlias.h"
58 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
102 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
112 if (auto *GA = dyn_cast<GlobalAlias>(this)) {
133 assert(isa<GlobalAlias>(this));
226 // GlobalAlias Implementation
229 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link,
240 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 280 | GlobalAlias
    [all...]
llvm_ocaml.c 493 GlobalAlias,
528 DEFINE_CASE(Val, GlobalAlias);
    [all...]

Completed in 553 milliseconds