/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/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/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/ObjCARC/ |
D | ObjCARCAPElim.cpp | 144 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Module.h | 329 GlobalVariable *getGlobalVariable(StringRef Name, 336 return getGlobalVariable(Name, true);
|
/external/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used"); in updateCompilerUsed()
|
D | LTOCodeGenerator.cpp | 368 TheModule.getGlobalVariable("llvm.compiler.used")) { in preserveDiscardableGVs()
|
/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/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/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Variable.java | 214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK); in execute()
|
/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 …]
|
D | BackendUtil.cpp | 868 M->getGlobalVariable("llvm.embedded.module", true)) { in EmbedBitcode() 891 M->getGlobalVariable("llvm.cmdline", true)) { in EmbedBitcode()
|
D | CGObjCMac.cpp | 3340 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true); in GenerateClass() 3407 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true); in EmitMetaClass() 3435 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true); in EmitMetaClassRef() 3448 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name, true); in EmitSuperClassRef() 6140 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName); in GenerateProtocolRef() 6327 CGM.getModule().getGlobalVariable(Name); in ObjCIvarOffsetVariable() 6616 CGM.getModule().getGlobalVariable(TmpName.str(), true); in EmitProtocolList() 6797 = CGM.getModule().getGlobalVariable(messageRefName); in EmitVTableMessageSend() 6869 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name); in GetClassGlobal() 7188 CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id"); in GetEHType() [all …]
|
/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()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 546 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook() 578 GlobalVariable *LLVMUsed = M->getGlobalVariable("llvm.used"); in emitUses()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 331 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ShadowStackGC.cpp | 300 Head = M.getGlobalVariable("llvm_gc_root_chain"); in initializeCustomLowering()
|
D | MachineModuleInfo.cpp | 323 const GlobalVariable *GV = M.getGlobalVariable("llvm.used"); in AnalyzeModule()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 255 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 486 const GlobalVariable *GV = M.getGlobalVariable("llvm.used"); in collectUsedGlobalVariables()
|
D | ShadowStackGCLowering.cpp | 304 Head = M.getGlobalVariable("llvm_gc_root_chain"); in doInitialization()
|