HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalVariable (Results 1 - 25 of 59) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 353 GlobalVariable *getGlobalVariable(StringRef Name) const {
354 return getGlobalVariable(Name, false);
357 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
359 GlobalVariable *getGlobalVariable(StringRef Name,
361 return static_cast<const Module *>(this)->getGlobalVariable(Name,
369 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 353 GlobalVariable *getGlobalVariable(StringRef Name) const {
354 return getGlobalVariable(Name, false);
357 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
359 GlobalVariable *getGlobalVariable(StringRef Name,
361 return static_cast<const Module *>(this)->getGlobalVariable(Name,
369 return getGlobalVariable(Name, true);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
StripSymbols.cpp 208 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues);
209 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
StripSymbols.cpp 211 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues);
212 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues);
367 if (GV && M.getGlobalVariable(GV->getName(), true)) {
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 444 public XObject getGlobalVariable(XPathContext xctxt, final int index)
471 public XObject getGlobalVariable(XPathContext xctxt, final int index, boolean destructiveOK)
541 return getGlobalVariable(xctxt, vvar.getIndex());
  /external/llvm/include/llvm/IR/
Module.h 359 GlobalVariable *getGlobalVariable(StringRef Name) const {
360 return getGlobalVariable(Name, false);
363 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const {
364 return const_cast<Module *>(this)->getGlobalVariable(Name, AllowInternal);
367 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal = false);
373 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Module.h 368 GlobalVariable *getGlobalVariable(StringRef Name) const {
369 return getGlobalVariable(Name, false);
372 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
374 GlobalVariable *getGlobalVariable(StringRef Name,
376 return static_cast<const Module *>(this)->getGlobalVariable(Name,
384 return getGlobalVariable(Name, true);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 144 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used");
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 84 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 325 /// getGlobalVariable - Look up the specified global variable in the module
329 GlobalVariable *getGlobalVariable(StringRef Name,
336 return getGlobalVariable(Name, true);
  /external/llvm/lib/IR/
Module.cpp 202 /// getGlobalVariable - Look up the specified global variable in the module
209 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) {
525 GlobalVariable *GV = M.getGlobalVariable(Name);

Completed in 304 milliseconds

1 2 3