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

  /bootable/recovery/edify/
expr.h 98 Value* AbortFn(const char* name, State* state, int argc, Expr* argv[]);
expr.c 126 Value* AbortFn(const char* name, State* state, int argc, Expr* argv[]) {
386 RegisterFunction("abort", AbortFn);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 66 Constant *AbortFn;
167 AbortFn = M.getOrInsertFunction("abort", Type::getVoidTy(M.getContext()),
198 CallInst::Create(AbortFn, "", UI)->setTailCall();
573 CallInst::Create(AbortFn, "",

Completed in 35 milliseconds