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

  /external/llvm/include/llvm/IR/
GlobalVariable.h 1 //===-- llvm/GlobalVariable.h - GlobalVariable class ------------*- C++ -*-===//
10 // This file contains the declaration of the GlobalVariable class, which
35 class GlobalVariable : public GlobalObject, public ilist_node<GlobalVariable> {
36 friend class SymbolTableListTraits<GlobalVariable, Module>;
38 void operator=(const GlobalVariable &) LLVM_DELETED_FUNCTION;
39 GlobalVariable(const GlobalVariable &) LLVM_DELETED_FUNCTION;
55 /// GlobalVariable ctor - If a parent module is specified, the global i
    [all...]
  /external/llvm/lib/IR/
Globals.cpp 1 //===-- Globals.cpp - Implement the GlobalValue & GlobalVariable class ----===//
10 // This file implements the GlobalValue & GlobalVariable classes for the IR
20 #include "llvm/IR/GlobalVariable.h"
115 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(this))
128 // GlobalVariable Implementation
131 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link,
136 OperandTraits<GlobalVariable>::op_begin(this),
143 "Initializer should be the same type as the GlobalVariable!");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 274 | GlobalVariable
    [all...]
llvm_ocaml.c 492 GlobalVariable,
527 DEFINE_CASE(Val, GlobalVariable);
    [all...]

Completed in 547 milliseconds