HomeSort by: relevance | last modified time | path
    Searched defs:GlobalVariable (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 73 GlobalVariable, /// global variable - descriptor rewrites a global variable
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalVariable.h 1 //===-- llvm/GlobalVariable.h - GlobalVariable class ------------*- C++ -*-===//
9 // This file contains the declaration of the GlobalVariable class, which
40 class GlobalVariable : public GlobalObject, public ilist_node<GlobalVariable> {
41 friend class SymbolTableListTraits<GlobalVariable>;
51 /// GlobalVariable ctor - If a parent module is specified, the global is
53 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
57 /// GlobalVariable ctor - This creates a global and inserts it before the
59 GlobalVariable(Module &M, Type *Ty, bool isConstant, LinkageTypes Linkage
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 1 //===-- Globals.cpp - Implement the GlobalValue & GlobalVariable class ----===//
9 // This file implements the GlobalValue & GlobalVariable classes for the IR
22 #include "llvm/IR/GlobalVariable.h"
230 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(this))
322 if (auto *Var = dyn_cast<GlobalVariable>(this))
330 // GlobalVariable Implementation
333 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link,
338 OperandTraits<GlobalVariable>::op_begin(this)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp 320 struct GlobalVariable {
329 typedef std::vector<GlobalVariable> GlobalVariablesSeq;
332 LLVM_YAML_IS_SEQUENCE_VECTOR(GlobalVariable)
336 template <> struct MappingTraits<GlobalVariable> {
337 static void mapping(IO &IO, GlobalVariable &GV) {
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 322 | GlobalVariable
llvm_ocaml.c 652 GlobalVariable,
687 DEFINE_CASE(Val, GlobalVariable);

Completed in 22 milliseconds