Searched defs:DebugLogging (Results 1 - 20 of 20) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h293 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
294 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {}
299 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
301 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
306 swap(LHS.DebugLogging, RHS.DebugLogging);
359 if (DebugLogging)
452 bool DebugLogging; member in class:llvm::ModuleToPostOrderCGSCCPassAdaptor
603 bool DebugLogging; member in class:llvm::CGSCCToFunctionPassAdaptor
781 bool DebugLogging; member in class:llvm::DevirtSCCRepeatedPass
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DCGSCCPassManager.h293 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
294 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {}
299 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
301 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
306 swap(LHS.DebugLogging, RHS.DebugLogging);
359 if (DebugLogging)
452 bool DebugLogging; member in class:llvm::ModuleToPostOrderCGSCCPassAdaptor
603 bool DebugLogging; member in class:llvm::CGSCCToFunctionPassAdaptor
781 bool DebugLogging; member in class:llvm::DevirtSCCRepeatedPass
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DCGSCCPassManager.h293 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
294 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {}
299 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
301 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
306 swap(LHS.DebugLogging, RHS.DebugLogging);
359 if (DebugLogging)
452 bool DebugLogging; member in class:llvm::ModuleToPostOrderCGSCCPassAdaptor
603 bool DebugLogging; member in class:llvm::CGSCCToFunctionPassAdaptor
781 bool DebugLogging; member in class:llvm::DevirtSCCRepeatedPass
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h293 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
294 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {}
299 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
301 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
306 swap(LHS.DebugLogging, RHS.DebugLogging);
359 if (DebugLogging)
452 bool DebugLogging; member in class:llvm::ModuleToPostOrderCGSCCPassAdaptor
603 bool DebugLogging; member in class:llvm::CGSCCToFunctionPassAdaptor
781 bool DebugLogging; member in class:llvm::DevirtSCCRepeatedPass
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DCGSCCPassManager.h293 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
294 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {}
299 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
301 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
306 swap(LHS.DebugLogging, RHS.DebugLogging);
359 if (DebugLogging)
452 bool DebugLogging; member in class:llvm::ModuleToPostOrderCGSCCPassAdaptor
603 bool DebugLogging; member in class:llvm::CGSCCToFunctionPassAdaptor
781 bool DebugLogging; member in class:llvm::DevirtSCCRepeatedPass
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DCGSCCPassManager.h293 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false)
294 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {}
299 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
301 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
306 swap(LHS.DebugLogging, RHS.DebugLogging);
359 if (DebugLogging)
452 bool DebugLogging; member in class:llvm::ModuleToPostOrderCGSCCPassAdaptor
603 bool DebugLogging; member in class:llvm::CGSCCToFunctionPassAdaptor
781 bool DebugLogging; member in class:llvm::DevirtSCCRepeatedPass
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPassManager.h411 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
420 DebugLogging(std::move(Arg.DebugLogging)) {}
424 DebugLogging = std::move(RHS.DebugLogging);
434 if (DebugLogging)
438 if (DebugLogging)
485 bool DebugLogging; member in class:llvm::PassManager
895 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DPassManager.h417 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
418 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
426 DebugLogging(std::move(Arg.DebugLogging)) {}
430 DebugLogging = std::move(RHS.DebugLogging);
440 if (DebugLogging)
444 if (DebugLogging)
492 bool DebugLogging; member in class:llvm::PassManager
908 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DPassManager.h417 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
418 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
426 DebugLogging(std::move(Arg.DebugLogging)) {}
430 DebugLogging = std::move(RHS.DebugLogging);
440 if (DebugLogging)
444 if (DebugLogging)
492 bool DebugLogging; member in class:llvm::PassManager
908 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPassManager.h411 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
420 DebugLogging(std::move(Arg.DebugLogging)) {}
424 DebugLogging = std::move(RHS.DebugLogging);
434 if (DebugLogging)
438 if (DebugLogging)
485 bool DebugLogging; member in class:llvm::PassManager
895 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DPassManager.h417 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
418 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
426 DebugLogging(std::move(Arg.DebugLogging)) {}
430 DebugLogging = std::move(RHS.DebugLogging);
440 if (DebugLogging)
444 if (DebugLogging)
492 bool DebugLogging; member in class:llvm::PassManager
908 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DPassManager.h417 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
418 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
426 DebugLogging(std::move(Arg.DebugLogging)) {}
430 DebugLogging = std::move(RHS.DebugLogging);
440 if (DebugLogging)
444 if (DebugLogging)
492 bool DebugLogging; member in class:llvm::PassManager
908 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPassManager.h425 /// If \p DebugLogging is true, we'll log our progress to llvm::dbgs().
426 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
434 DebugLogging(std::move(Arg.DebugLogging)) {}
438 DebugLogging = std::move(RHS.DebugLogging);
448 if (DebugLogging)
452 if (DebugLogging)
500 bool DebugLogging; member in class:llvm::PassManager
916 bool DebugLogging; member in class:llvm::AnalysisManager
[all...]

Completed in 333 milliseconds