HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalVariable (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
StripSymbols.cpp 212 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues);
213 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues);
368 if (GV && M.getGlobalVariable(GV->getName(), true)) {
GlobalOpt.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 444 public XObject getGlobalVariable(XPathContext xctxt, final int index)
471 public XObject getGlobalVariable(XPathContext xctxt, final int index, boolean destructiveOK)
541 return getGlobalVariable(xctxt, vvar.getIndex());
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 143 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
  /external/llvm/include/llvm/IR/
Module.h 354 /// getGlobalVariable - Look up the specified global variable in the module
358 GlobalVariable *getGlobalVariable(StringRef Name,
365 return getGlobalVariable(Name, true);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK);
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 200 const GlobalVariable *GV = M.getGlobalVariable("llvm.used");
  /external/llvm/lib/IR/
Module.cpp 246 /// getGlobalVariable - Look up the specified global variable in the module
253 GlobalVariable *Module::getGlobalVariable(StringRef Name,
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 183 llvm::Constant *ConstStr = TheModule.getGlobalVariable(name);
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 299 Head = M.getGlobalVariable("llvm_gc_root_chain");
MachineModuleInfo.cpp 325 const GlobalVariable *GV = M.getGlobalVariable("llvm.used");
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 323 mergedModule->getGlobalVariable("llvm.compiler.used");
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 137 if (!(JBListHead = M.getGlobalVariable("llvm.sjljeh.jblist", PtrJBList))) {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 685 GlobalVariable *GV = M->getGlobalVariable("__llvm_gcov_global_state_pred");
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 482 milliseconds