Home
last modified time | relevance | path

Searched defs:Disable (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DDataVisualization.cpp122 void DataVisualization::Categories::Disable(ConstString category) { in Disable() function in DataVisualization::Categories
127 void DataVisualization::Categories::Disable(lldb::LanguageType lang_type) { in Disable() function in DataVisualization::Categories
142 void DataVisualization::Categories::Disable( in Disable() function in DataVisualization::Categories
H A DTypeCategoryMap.cpp54 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() function in TypeCategoryMap
84 bool TypeCategoryMap::Disable(ValueSP category) { in Disable() function in TypeCategoryMap
H A DLanguageCategory.cpp130 void LanguageCategory::Disable() { in Disable() function in LanguageCategory
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DWithColor.h48 Disable, enumerator
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfo.cpp24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp105 auto Disable = []() { in installAtFork() local
/openbsd/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h233 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dmemtag_test.cpp104 ScopedDisableMemoryTagChecks Disable; in TEST_F() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h174 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp45 const CachedFileSystemEntry &Entry, StringRef Filename, bool Disable) { in scanForDirectivesIfNecessary()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp149 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h108 Disable, // Disable the abort. enumerator
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h379 void Disable() { Enable(false, UINT32_MAX); } in Disable() function
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp384 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLog.cpp106 void Log::Disable(Log::MaskType flags) { in Disable() function in Log
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp860 Disable, Enable, Begin, End enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp86 enum DefaultOnOff { Default, Enable, Disable }; enumerator