Searched refs:logOpt (Results 1 – 3 of 3) sorted by relevance
19 CompilerLog::CompilerLog(const std::string &logOpt) in CompilerLog() argument21 … outputCIR_ = (logOpt.find("cir") != std::string::npos) || (logOpt.find("0") != std::string::npos); in CompilerLog()22 …outputLLIR_ = (logOpt.find("llir") != std::string::npos) || (logOpt.find("1") != std::string::npos… in CompilerLog()23 … outputASM_ = (logOpt.find("asm") != std::string::npos) || (logOpt.find("2") != std::string::npos); in CompilerLog()24 …outputType_ = (logOpt.find("type") != std::string::npos) || (logOpt.find("3") != std::string::npos… in CompilerLog()25 allMethod_ = logOpt.find("all") != std::string::npos; in CompilerLog()26 …cerMethod_ = (logOpt.find("all") == std::string::npos) && (logOpt.find("cer") != std::string::npos… in CompilerLog()27 …noneMethod_ = (logOpt.find("all") == std::string::npos) && (logOpt.find("cer") == std::string::npo… in CompilerLog()
186 panda::ecmascript::kungfu::CompilerLog logOpt(logOption); in main() local188 …panda::ecmascript::kungfu::StubCompiler compiler(triple, stubFile, optLevel, relocMode, &logOpt, &… in main()
40 explicit CompilerLog(const std::string &logOpt);