Searched defs:CompilerOptions (Results 1 – 4 of 4) sorted by relevance
71 struct CompilerOptions { struct89 std::vector<es2panda::SourceFile> sourceFiles;90 HotfixOptions hotfixOptions;93 std::unordered_map<std::string, std::string> cacheFiles;
38 class CompilerOptions; variable47 explicit CompilerOptions(const std::string &exe_path) : Options(exe_path) {} in CompilerOptions() function
68 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function73 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function
38 class CompilerOptions; variable