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

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 111 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
112 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
StripSymbols.cpp 210 findUsedValues(M.getGlobalVariable("llvm.used"), llvmUsedValues);
211 findUsedValues(M.getGlobalVariable("llvm.compiler.used"), llvmUsedValues);
  /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/include/llvm/IR/
Module.h 360 const GlobalVariable *getGlobalVariable(StringRef Name,
362 return const_cast<Module *>(this)->getGlobalVariable(Name, AllowInternal);
365 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal = false);
371 return getGlobalVariable(Name, true);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 144 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
ObjCARCOpts.cpp 920 if (nullptr == (PtrName = M->getGlobalVariable(Tmp, true))) {
929 if (nullptr == (S = M->getGlobalVariable(SeqStr, true))) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 84 GlobalVariable *GV = M.getGlobalVariable(Name);
CtorUtils.cpp 101 GlobalVariable *GV = M.getGlobalVariable("llvm.global_ctors");
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 214 result = xctxt.getVarStack().getGlobalVariable(xctxt, m_index, destructiveOK);
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 243 const GlobalVariable *GV = M.getGlobalVariable("llvm.used");
ShadowStackGC.cpp 300 Head = M.getGlobalVariable("llvm_gc_root_chain");
MachineModuleInfo.cpp 324 const GlobalVariable *GV = M.getGlobalVariable("llvm.used");
  /external/llvm/lib/IR/
Module.cpp 178 /// getGlobalVariable - Look up the specified global variable in the module
185 GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 184 llvm::Constant *ConstStr = TheModule.getGlobalVariable(name);
    [all...]
CGObjCMac.cpp     [all...]
CodeGenPGO.cpp 784 if (CGM.getModule().getGlobalVariable(RuntimeVarName))
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 282 GlobalVariable *G = M->getGlobalVariable(Name);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 411 mergedModule->getGlobalVariable("llvm.compiler.used");
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 814 GlobalVariable *GV = M->getGlobalVariable("__llvm_gcov_global_state_pred");
    [all...]
AddressSanitizer.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 535 milliseconds