Searched refs:sel_ptr_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp851 // Type *sel_ptr_type = PointerType::getUnqual(sel_type);
852 Type *sel_ptr_type = Type::getInt8PtrTy(m_module->getContext()); local
861 FunctionType::get(sel_ptr_type, srN_arg_types, false);

Completed in 53 milliseconds