Lines Matching full:bool
37 explicit CompilerLog(const std::string &logOpt, bool TraceBC = false);
40 bool AllMethod() const in AllMethod()
45 bool CertainMethod() const in CertainMethod()
50 bool NoneMethod() const in NoneMethod()
55 bool OutputCIR() const in OutputCIR()
60 bool OutputLLIR() const in OutputLLIR()
65 bool OutputASM() const in OutputASM()
70 bool OutputType() const in OutputType()
75 bool IsTraceBC() const in IsTraceBC()
80 bool GetEnableCompilerLogTime() const in GetEnableCompilerLogTime()
85 void SetEnableCompilerLogTime(bool compilerLogTime) in SetEnableCompilerLogTime()
90 bool GetEnableMethodLog() const in GetEnableMethodLog()
95 void SetEnableMethodLog(bool enableMethodLog) in SetEnableMethodLog()
100 bool EnableMethodCIRLog() const in EnableMethodCIRLog()
131 bool allMethod_ {false};
132 bool cerMethod_ {false};
133 bool noneMethod_ {false};
134 bool outputCIR_ {false};
135 bool outputLLIR_ {false};
136 bool outputASM_ {false};
137 bool outputType_ {false};
138 bool traceBc_ {false};
139 bool compilerLogTime_ {true};
140 bool enableMethodLog_ {false};
150 bool IncludesMethod(const std::string &methodName) const;
166 bool IncludesMethod(const std::string &fileName, const std::string &methodName) const;