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

  /external/llvm/include/llvm/
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 &); // Do not implement
32 GlobalAlias(const GlobalAlias &); // Do not implement
41 /// GlobalAlias ctor - If a parent module is specified, the alias i
    [all...]
  /external/llvm/lib/VMCore/
Globals.cpp 17 #include "llvm/GlobalAlias.h"
75 assert(isa<GlobalAlias>(this));
186 // GlobalAlias Implementation
189 GlobalAlias::GlobalAlias(Type *Ty, LinkageTypes Link,
203 void GlobalAlias::setParent(Module *parent) {
211 void GlobalAlias::removeFromParent() {
215 void GlobalAlias::eraseFromParent() {
219 void GlobalAlias::setAliasee(Constant *Aliasee) {
226 const GlobalValue *GlobalAlias::getAliasedGlobal() const
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 225 | GlobalAlias
    [all...]
llvm_ocaml.c 427 GlobalAlias,
460 DEFINE_CASE(Val, GlobalAlias);
    [all...]

Completed in 118 milliseconds