/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Module.h | 380 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/ |
D | Module.h | 359 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/ |
D | VariableStack.java | 444 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/ |
D | ConstantMerge.cpp | 105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in runOnModule() 106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in runOnModule()
|
D | StripSymbols.cpp | 211 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/ |
D | ConstantMerge.cpp | 73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants() 74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
|
D | StripSymbols.cpp | 208 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/ |
D | ConstantMerge.cpp | 97 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants() 98 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()
|
D | StripSymbols.cpp | 208 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/ |
D | ValueTest.cpp | 141 GlobalVariable *G0 = M->getGlobalVariable("g0"); in TEST() 143 GlobalVariable *G1 = M->getGlobalVariable("g1"); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Module.h | 329 GlobalVariable *getGlobalVariable(StringRef Name, 336 return getGlobalVariable(Name, true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 146 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 144 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 83 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors()
|
D | SymbolRewriter.cpp | 218 GlobalVariable, &Module::getGlobalVariable>; 239 GlobalVariable, &Module::getGlobalVariable,
|
/external/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used"); in updateCompilerUsed()
|
/external/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 84 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in findGlobalCtors()
|
D | SymbolRewriter.cpp | 193 &llvm::Module::getGlobalVariable> 217 &llvm::Module::getGlobalVariable,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Module.cpp | 187 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module 532 GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 209 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/ |
D | WebAssemblyLowerGlobalDtors.cpp | 62 GlobalVariable *GV = M.getGlobalVariable("llvm.global_dtors"); in runOnModule()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 180 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/ |
D | Cloning.cpp | 655 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/ |
D | Variable.java | 214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK); in execute()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 304 GlobalVariable *G = M->getGlobalVariable(Name); in findModuleForSymbol() 461 GlobalVariable *GV = (*I)->getGlobalVariable(Name, AllowInternal); in FindGlobalVariableNamedInModulePtrSet()
|