Searched refs:getGlobalVariable (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
H A DStripSymbols.cpp211 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues);
212 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues);
367 if (GV && M.getGlobalVariable(GV->getName(), true)) {
H A DGlobalOpt.cpp1960 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java444 public XObject getGlobalVariable(XPathContext xctxt, final int index) method in class:VariableStack
471 public XObject getGlobalVariable(XPathContext xctxt, final int index, boolean destructiveOK) method in class:VariableStack
541 return getGlobalVariable(xctxt, vvar.getIndex());
/external/llvm/include/llvm/
H A DModule.h357 /// getGlobalVariable - Look up the specified global variable in the module
361 GlobalVariable *getGlobalVariable(StringRef Name,
368 return getGlobalVariable(Name, true);
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK);
/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp284 Value * textureDimensions = module->getGlobalVariable(_PF2_TEXTURE_DIMENSIONS_NAME_);
312 Value * textureData = module->getGlobalVariable(_PF2_TEXTURE_DATA_NAME_);
381 Value * textureDimensions = module->getGlobalVariable(_PF2_TEXTURE_DIMENSIONS_NAME_);
507 Value * textureData = module->getGlobalVariable(_PF2_TEXTURE_DATA_NAME_);
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp302 mergedModule->getGlobalVariable("llvm.compiler.used");
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp185 llvm::Constant *ConstStr = TheModule.getGlobalVariable(name);
665 if (TheModule.getGlobalVariable(symbolRef))
668 llvm::GlobalVariable *ClassSymbol = TheModule.getGlobalVariable(symbolName);
915 CGM.getModule().getGlobalVariable("__objc_id_type_info");
935 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName);
945 llvm::Constant *Vtable = TheModule.getGlobalVariable(vtableName);
1962 TheModule.getGlobalVariable(classSymbolName)) {
2009 llvm::GlobalVariable *OffsetVar = TheModule.getGlobalVariable(OffsetName);
2384 TheModule.getGlobalVariable(("_OBJC_CLASS_" + iter->first).c_str(),
2652 llvm::Value *Offset = TheModule.getGlobalVariable(nam
[all...]
H A DCGObjCMac.cpp2453 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
2521 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
2550 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
2568 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
5236 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5407 CGM.getModule().getGlobalVariable(Name);
5696 CGM.getModule().getGlobalVariable(TmpName.str(), true);
5867 = CGM.getModule().getGlobalVariable(messageRefName);
5935 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
6252 CGM.getModule().getGlobalVariable("OBJC_EHTYPE_i
[all...]
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp299 Head = M.getGlobalVariable("llvm_gc_root_chain");
H A DMachineModuleInfo.cpp323 const GlobalVariable *GV = M.getGlobalVariable("llvm.used");
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp137 if (!(JBListHead = M.getGlobalVariable("llvm.sjljeh.jblist", PtrJBList))) {
/external/llvm/lib/VMCore/
H A DModule.cpp248 /// getGlobalVariable - Look up the specified global variable in the module
255 GlobalVariable *Module::getGlobalVariable(StringRef Name, function in class:Module
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp612 GlobalVariable *GV = M->getGlobalVariable("__llvm_gcov_global_state_pred");
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1251 caughtResult->addClause(module.getGlobalVariable(
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1020 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");

Completed in 1077 milliseconds