HomeSort by relevance Sort by last modified time
    Searched defs:newFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 344 Function *newFunction = Function::Create(funcType,
350 newFunction->setDoesNotThrow();
352 newFunction->getBasicBlockList().push_back(newRootNode);
355 Function::arg_iterator AI = newFunction->arg_begin();
365 TerminatorInst *TI = newFunction->begin()->getTerminator();
382 AI = newFunction->arg_begin();
401 return newFunction;
422 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer,
428 LLVMContext &Context = newFunction->getContext();
458 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes)
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 43 milliseconds