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

  /bootable/recovery/edify/
expr.cpp 112 Value* AbortFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) {
332 RegisterFunction("abort", AbortFn);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 66 Constant *AbortFn;
167 AbortFn = M.getOrInsertFunction("abort", Type::getVoidTy(M.getContext()),
198 CallInst::Create(AbortFn, "", UI)->setTailCall();
572 CallInst::Create(AbortFn, "",

Completed in 213 milliseconds