Home
last modified time | relevance | path

Searched defs:getGlobalVariable (Results 1 – 7 of 7) 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/llvm/lib/IR/
DModule.cpp209 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { in getGlobalVariable() function in Module
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp189 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h391 GlobalVariable *getGlobalVariable(StringRef Name) const { in getGlobalVariable() function
/external/llvm-project/llvm/include/llvm/IR/
DModule.h395 GlobalVariable *getGlobalVariable(StringRef Name) const { in getGlobalVariable() function
/external/llvm-project/llvm/lib/IR/
DModule.cpp189 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp243 spirv::GlobalVariableOp getGlobalVariable(uint32_t id) { in getGlobalVariable() function in __anonf1899d380111::Deserializer