Home
last modified time | relevance | path

Searched defs:getGlobalVariable (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DVariableStack.java444 public XObject getGlobalVariable(XPathContext xctxt, final int index) in getGlobalVariable() method in VariableStack
471 public XObject getGlobalVariable(XPathContext xctxt, final int index, boolean destructiveOK) in getGlobalVariable() method in VariableStack
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp187 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
/external/llvm/lib/IR/
DModule.cpp209 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { in getGlobalVariable() function in Module
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp255 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h380 GlobalVariable *getGlobalVariable(StringRef Name) const { in getGlobalVariable() function