Searched defs:getGlobalVariable (Results 1 - 2 of 2) 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/VMCore/
H A DModule.cpp248 /// getGlobalVariable - Look up the specified global variable in the module
255 GlobalVariable *Module::getGlobalVariable(StringRef Name, function in class:Module

Completed in 61 milliseconds