Home
last modified time | relevance | path

Searched defs:isEnabled (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOptBisect.h37 virtual bool isEnabled() const { return false; } in isEnabled() function
63 bool isEnabled() const override { return BisectEnabled; } in isEnabled() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h74 bool isEnabled() const override { in isEnabled() function
100 bool isEnabled() const override { in isEnabled() function
126 bool isEnabled() const override { in isEnabled() function
H A DScheduleHazardRecognizer.h45 bool isEnabled() const { return MaxLookAhead != 0; } in isEnabled() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignposts.cpp66 bool isEnabled() const { in isEnabled() function in llvm::SignpostEmitterImpl
112 bool SignpostEmitter::isEnabled() const { in isEnabled() function in SignpostEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp273 bool OptimizationRemark::isEnabled() const { in isEnabled() function in OptimizationRemark
301 bool OptimizationRemarkMissed::isEnabled() const { in isEnabled() function in OptimizationRemarkMissed
336 bool OptimizationRemarkAnalysis::isEnabled() const { in isEnabled() function in OptimizationRemarkAnalysis
358 bool DiagnosticInfoOptimizationFailure::isEnabled() const { in isEnabled() function in DiagnosticInfoOptimizationFailure
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp29 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled() function in clang::OpenCLOptions
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h222 static inline bool isEnabled(StringRef Feature) { in isEnabled() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h116 bool isEnabled(const CheckerManager &mgr) const { in isEnabled() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h258 bool isEnabled() const { return !IsDisabled; } in isEnabled() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2181 static unsigned isEnabled(DiagnosticsEngine &D, unsigned diag) { in isEnabled() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3482 void clang_toggleCrashRecovery(unsigned isEnabled) { in clang_toggleCrashRecovery()