HomeSort by relevance Sort by last modified time
    Searched defs:GlobalVariable (Results 1 - 6 of 6) 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
34 class GlobalVariable : public GlobalObject, public ilist_node<GlobalVariable> {
35 friend class SymbolTableListTraits<GlobalVariable>;
37 void operator=(const GlobalVariable &) = delete;
38 GlobalVariable(const GlobalVariable &) = delete;
53 /// GlobalVariable ctor - If a parent module is specified, the global i
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 72 GlobalVariable, /// global variable - descriptor rewrites a global variable
  /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"
125 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(this))
138 // GlobalVariable Implementation
141 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link,
146 OperandTraits<GlobalVariable>::op_begin(this),
153 "Initializer should be the same type as the GlobalVariable!");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 281 | GlobalVariable
    [all...]
llvm_ocaml.c 494 GlobalVariable,
529 DEFINE_CASE(Val, GlobalVariable);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 523 milliseconds