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

  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalVariable.h 1 //===-- llvm/GlobalVariable.h - GlobalVariable class ------------*- C++ -*-===//
10 // This file contains the declaration of the GlobalVariable class, which
35 class GlobalVariable : public GlobalValue, public ilist_node<GlobalVariable> {
36 friend class SymbolTableListTraits<GlobalVariable, Module>;
38 void operator=(const GlobalVariable &); // Do not implement
39 GlobalVariable(const GlobalVariable &); // Do not implement
51 /// GlobalVariable ctor - If a parent module is specified, the global i
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 74 GlobalVariable, /// global variable - descriptor rewrites a global variable
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalVariable.h 1 //===-- llvm/GlobalVariable.h - GlobalVariable class ------------*- C++ -*-===//
10 // This file contains the declaration of the GlobalVariable class, which
42 class GlobalVariable : public GlobalObject, public ilist_node<GlobalVariable> {
43 friend class SymbolTableListTraits<GlobalVariable>;
53 /// GlobalVariable ctor - If a parent module is specified, the global is
55 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
59 /// GlobalVariable ctor - This creates a global and inserts it before the
61 GlobalVariable(Module &M, Type *Ty, bool isConstant
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 72 GlobalVariable, /// global variable - descriptor rewrites a global variable
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 1 //===-- Globals.cpp - Implement the GlobalValue & GlobalVariable class ----===//
10 // This file implements the GlobalValue & GlobalVariable classes for the VMCore
16 #include "llvm/GlobalVariable.h"
67 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(this))
80 // GlobalVariable Implementation
83 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link,
88 OperandTraits<GlobalVariable>::op_begin(this),
93 "Initializer should be the same type as the GlobalVariable!");
    [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
21 #include "llvm/IR/GlobalVariable.h"
163 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(this))
217 // GlobalVariable Implementation
220 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link,
225 OperandTraits<GlobalVariable>::op_begin(this),
232 "Initializer should be the same type as the GlobalVariable!");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Globals.cpp 1 //===-- Globals.cpp - Implement the GlobalValue & GlobalVariable class ----===//
10 // This file implements the GlobalValue & GlobalVariable classes for the IR
23 #include "llvm/IR/GlobalVariable.h"
203 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(this))
295 if (auto *Var = dyn_cast<GlobalVariable>(this))
303 // GlobalVariable Implementation
306 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link,
311 OperandTraits<GlobalVariable>::op_begin(this)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 281 | GlobalVariable
    [all...]
llvm_ocaml.c 539 GlobalVariable,
574 DEFINE_CASE(Val, GlobalVariable);
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 428 GlobalVariable,
461 DEFINE_CASE(Val, GlobalVariable);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 622 GlobalVariable,
657 DEFINE_CASE(Val, GlobalVariable);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 477 milliseconds