Searched defs:EmptyParams (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp210 std::vector<Type *> EmptyParams; local
213 Type::getVoidTy(FunTy->getContext()), EmptyParams, false);
217 return FunctionType::get(RetTy, EmptyParams, false);

Completed in 235 milliseconds