Searched defs:TorqueCompilerOptions (Results 1 – 1 of 1) sorted by relevance
19 struct TorqueCompilerOptions { struct20 std::string output_directory = "";21 std::string v8_root = "";22 bool collect_language_server_data = false;23 bool collect_kythe_data = false;28 bool force_assert_statements = false;34 bool force_32bit_output = false;37 bool annotate_ir = false;63 CompileTorque(const std::string& source, TorqueCompilerOptions options); argument