Searched defs:getGlobalVariable (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java444 public XObject getGlobalVariable(XPathContext xctxt, final int index) method in class:VariableStack
471 public XObject getGlobalVariable(XPathContext xctxt, final int index, boolean destructiveOK) method in class:VariableStack
541 return getGlobalVariable(xctxt, vvar.getIndex());
/external/llvm/lib/IR/
H A DModule.cpp229 /// getGlobalVariable - Look up the specified global variable in the module
236 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { function in class:Module
/external/llvm/include/llvm/IR/
H A DModule.h351 /// getGlobalVariable - Look up the specified global variable in the module
355 const GlobalVariable *getGlobalVariable(StringRef Name, function in class:llvm::Module
357 return const_cast<Module *>(this)->getGlobalVariable(Name, AllowInternal);
360 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal = false);
366 return getGlobalVariable(Name, true);

Completed in 110 milliseconds