Searched refs:build_error (Results 1 – 4 of 4) sorted by relevance
31 class build_error { class33 build_error(const compat::string &log) : log(log) { in build_error() function in clover::build_error36 virtual ~build_error() { in ~build_error()
56 } catch (build_error &e) { in build()
49 throw build_error("invalid kernel start address"); in read_header()71 throw build_error("invalid kernel argument"); in read_header()83 throw build_error("translate failed"); in read_body()
81 throw build_error(log);132 throw build_error(log); in compile()