HomeSort by relevance Sort by last modified time
    Searched refs:DebugLogging (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Passes/
PassBuilder.h 88 bool VerifyEachPass = true, bool DebugLogging = false);
96 bool DebugLogging);
98 bool VerifyEachPass, bool DebugLogging);
100 bool VerifyEachPass, bool DebugLogging);
  /external/llvm/lib/Passes/
PassBuilder.cpp 212 bool DebugLogging) {
216 FunctionPassManager NestedFPM(DebugLogging);
221 DebugLogging) ||
251 bool DebugLogging) {
255 CGSCCPassManager NestedCGPM(DebugLogging);
260 DebugLogging) ||
269 FunctionPassManager NestedFPM(DebugLogging);
274 DebugLogging) ||
303 bool DebugLogging) {
307 ModulePassManager NestedMPM(DebugLogging);
    [all...]
  /external/llvm/include/llvm/IR/
PassManager.h 185 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
190 DebugLogging(std::move(Arg.DebugLogging)) {}
193 DebugLogging = std::move(RHS.DebugLogging);
201 if (DebugLogging)
205 if (DebugLogging)
229 if (DebugLogging)
    [all...]

Completed in 218 milliseconds