Home
last modified time | relevance | path

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

12

/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/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/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/ObjCARC/
DObjCARCAPElim.cpp144 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors"); in runOnModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h329 GlobalVariable *getGlobalVariable(StringRef Name,
336 return getGlobalVariable(Name, true);
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used"); in updateCompilerUsed()
DLTOCodeGenerator.cpp368 TheModule.getGlobalVariable("llvm.compiler.used")) { in preserveDiscardableGVs()
/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/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/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK); in execute()
/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 …]
DBackendUtil.cpp868 M->getGlobalVariable("llvm.embedded.module", true)) { in EmbedBitcode()
891 M->getGlobalVariable("llvm.cmdline", true)) { in EmbedBitcode()
DCGObjCMac.cpp3340 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/
DMCJIT.cpp304 GlobalVariable *G = M->getGlobalVariable(Name); in findModuleForSymbol()
461 GlobalVariable *GV = (*I)->getGlobalVariable(Name, AllowInternal); in FindGlobalVariableNamedInModulePtrSet()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp546 if (M->getGlobalVariable(getInstrProfRuntimeHookVarName())) in emitRuntimeHook()
578 GlobalVariable *LLVMUsed = M->getGlobalVariable("llvm.used"); in emitUses()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp331 mergedModule->getGlobalVariable("llvm.compiler.used"); in applyScopeRestrictions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp300 Head = M.getGlobalVariable("llvm_gc_root_chain"); in initializeCustomLowering()
DMachineModuleInfo.cpp323 const GlobalVariable *GV = M.getGlobalVariable("llvm.used"); in AnalyzeModule()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp255 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable() function in Module
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp486 const GlobalVariable *GV = M.getGlobalVariable("llvm.used"); in collectUsedGlobalVariables()
DShadowStackGCLowering.cpp304 Head = M.getGlobalVariable("llvm_gc_root_chain"); in doInitialization()

12