Searched defs:Disable (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp131 void LanguageCategory::Disable() { function in class:LanguageCategory
H A DTypeCategoryMap.cpp55 bool TypeCategoryMap::Disable(KeyType category_name) { function in class:TypeCategoryMap
85 bool TypeCategoryMap::Disable(ValueSP category) { function in class:TypeCategoryMap
H A DDataVisualization.cpp123 void DataVisualization::Categories::Disable(ConstString category) { function in class:DataVisualization::Categories
128 void DataVisualization::Categories::Disable(lldb::LanguageType lang_type) { function in class:DataVisualization::Categories
143 void DataVisualization::Categories::Disable( function in class:DataVisualization::Categories
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp23 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:DefaultOnOff
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp112 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:DefaultOnOff
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h231 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp142 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h43 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h101 Disable, // Disable the abort. member in class:llvm::GlobalISelAbortMode
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp99 void Log::Disable(uint32_t flags) { function in class:Log
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h172 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h340 void Disable() { Enable(false, UINT32_MAX); } function in class:lldb_private::TypeCategoryImpl

Completed in 109 milliseconds