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

  /external/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)) {
GlobalOpt.cpp     [all...]
  /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/
Module.h 357 /// getGlobalVariable - Look up the specified global variable in the module
361 GlobalVariable *getGlobalVariable(StringRef Name,
368 return getGlobalVariable(Name, true);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK);
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 284 Value * textureDimensions = module->getGlobalVariable(_PF2_TEXTURE_DIMENSIONS_NAME_);
312 Value * textureData = module->getGlobalVariable(_PF2_TEXTURE_DATA_NAME_);
381 Value * textureDimensions = module->getGlobalVariable(_PF2_TEXTURE_DIMENSIONS_NAME_);
507 Value * textureData = module->getGlobalVariable(_PF2_TEXTURE_DATA_NAME_);
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 302 mergedModule->getGlobalVariable("llvm.compiler.used");
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 185 llvm::Constant *ConstStr = TheModule.getGlobalVariable(name);
665 if (TheModule.getGlobalVariable(symbolRef))
668 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(symbolName);
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 299 Head = M.getGlobalVariable("llvm_gc_root_chain");
MachineModuleInfo.cpp 323 const GlobalVariable *GV = M.getGlobalVariable("llvm.used");
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 137 if (!(JBListHead = M.getGlobalVariable("llvm.sjljeh.jblist", PtrJBList))) {
  /external/llvm/lib/VMCore/
Module.cpp 248 /// getGlobalVariable - Look up the specified global variable in the module
255 GlobalVariable *Module::getGlobalVariable(StringRef Name,
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 612 GlobalVariable *GV = M->getGlobalVariable("__llvm_gcov_global_state_pred");
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 928 milliseconds