Searched defs:GlobalAlias (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGlobalAlias.h1 //===-------- 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> { class in namespace:llvm
29 friend class SymbolTableListTraits<GlobalAlias>;
30 void operator=(const GlobalAlias &) = delete;
31 GlobalAlias(const GlobalAlias &) = delete;
35 GlobalAlias(Typ
[all...]
/external/llvm/lib/IR/
H A DGlobals.cpp19 #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, function in class:GlobalAlias
240 GlobalAlias *GlobalAlias
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml280 | GlobalAlias Constructor in type:ValueKind/t
H A Dllvm_ocaml.c493 GlobalAlias, enumerator in enum:ValueKind
528 DEFINE_CASE(Val, GlobalAlias);

Completed in 83 milliseconds