Home
last modified time | relevance | path

Searched refs:getGlobalVariable (Results 1 – 25 of 61) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h380 GlobalVariable *getGlobalVariable(StringRef Name) const { in getGlobalVariable() function
381 return getGlobalVariable(Name, false); in getGlobalVariable()
384 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
386 GlobalVariable *getGlobalVariable(StringRef Name,
388 return static_cast<const Module *>(this)->getGlobalVariable(Name,
396 return getGlobalVariable(Name, true); in getNamedGlobal()
/external/llvm/include/llvm/IR/
DModule.h359 GlobalVariable *getGlobalVariable(StringRef Name) const {
360 return getGlobalVariable(Name, false);
363 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const {
364 return const_cast<Module *>(this)->getGlobalVariable(Name, AllowInternal);
367 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal = false);
373 return getGlobalVariable(Name, true);
/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
541 return getGlobalVariable(xctxt, vvar.getIndex()); in getVariableOrParam()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DConstantMerge.cpp105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in runOnModule()
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in runOnModule()
DStripSymbols.cpp211 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues); in StripSymbolNames()
212 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues); in StripSymbolNames()
367 if (GV && M.getGlobalVariable(GV->getName(), true)) { in runOnModule()
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants()
74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
DStripSymbols.cpp208 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues); in StripSymbolNames()
209 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues); in StripSymbolNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp97 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants()
98 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
DStripSymbols.cpp208 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues); in StripSymbolNames()
209 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues); in StripSymbolNames()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueTest.cpp141 GlobalVariable *G0 = M->getGlobalVariable("g0"); in TEST()
143 GlobalVariable *G1 = M->getGlobalVariable("g1"); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h329 GlobalVariable *getGlobalVariable(StringRef Name,
336 return getGlobalVariable(Name, true);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp146 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp144 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp83 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors()
DSymbolRewriter.cpp218 GlobalVariable, &Module::getGlobalVariable>;
239 GlobalVariable, &Module::getGlobalVariable,
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used"); in updateCompilerUsed()
/external/llvm/lib/Transforms/Utils/
DCtorUtils.cpp84 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors()
DSymbolRewriter.cpp193 &llvm::Module::getGlobalVariable>
217 &llvm::Module::getGlobalVariable,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp187 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
532 GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()
/external/llvm/lib/IR/
DModule.cpp209 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { in getGlobalVariable() function in Module
525 GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp62 GlobalVariable *GV = M.getGlobalVariable("llvm.global_dtors"); in runOnModule()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp180 auto *ConstStr = TheModule.getGlobalVariable(name); in ExportUniqueString()
877 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(SymbolName); in GetClassNamed()
908 if (TheModule.getGlobalVariable(symbolRef)) in EmitClassRef()
911 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(symbolName); in EmitClassRef()
1163 CGM.getModule().getGlobalVariable("__objc_id_type_info"); in GetEHType()
1183 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName); in GetEHType()
1193 auto *Vtable = TheModule.getGlobalVariable(vtableName); in GetEHType()
2186 TheModule.getGlobalVariable(classSymbolName)) { in GenerateClass()
2233 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName); in GenerateClass()
2603 TheModule.getGlobalVariable(("_OBJC_CLASS_" + iter->first).c_str(), in ModuleInitFunction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp655 GlobalVariable *NewGV = NewM->getGlobalVariable("gv"); in TEST_F()
660 GlobalVariable *NewGV = NewM->getGlobalVariable("gv"); in TEST_F()
706 GlobalVariable *NewGV = NewM->getGlobalVariable("gv"); in TEST_F()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK); in execute()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp304 GlobalVariable *G = M->getGlobalVariable(Name); in findModuleForSymbol()
461 GlobalVariable *GV = (*I)->getGlobalVariable(Name, AllowInternal); in FindGlobalVariableNamedInModulePtrSet()

123