Searched refs:Disable (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h102 static void Disable(ConstString category);
104 static void Disable(lldb::LanguageType lang_type);
109 static void Disable(const lldb::TypeCategoryImplSP &category);
H A DLanguageCategory.h40 void Disable();
H A DTypeCategoryMap.h51 bool Disable(KeyType category_name);
55 bool Disable(ValueSP category);
H A DFormatManager.h68 m_categories_map.Disable(category_name);
78 m_categories_map.Disable(category);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp23 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:DefaultOnOff
26 cl::desc("Disable emission of the extended flags in .loc directives."),
28 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp41 Disable(name);
55 bool TypeCategoryMap::Disable(KeyType category_name) { function in class:TypeCategoryMap
60 return Disable(category);
85 bool TypeCategoryMap::Disable(ValueSP category) { function in class:TypeCategoryMap
89 category->Disable();
122 Disable(m_active_categories.front());
H A DLanguageCategory.cpp131 void LanguageCategory::Disable() { function in class:LanguageCategory
133 m_category_sp->Disable();
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
131 lang_category->Disable();
143 void DataVisualization::Categories::Disable( function in class:DataVisualization::Categories
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp142 void CrashRecoveryContext::Disable() { function in class:CrashRecoveryContext
201 CrashRecoveryContext::Disable();
278 CrashRecoveryContext::Disable();
298 // Because the Enable and Disable calls are static, it means that
355 // Disable crash recovery and raise the signal again. The assumption here is
359 // This call of Disable isn't thread safe, but it doesn't actually matter.
360 CrashRecoveryContext::Disable();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp86 if (Attrs.UnrollEnable == LoopAttributes::Disable)
149 if (Attrs.UnrollAndJamEnable == LoopAttributes::Disable)
218 if (Attrs.VectorizeEnable == LoopAttributes::Disable)
258 Attrs.VectorizeEnable != LoopAttributes::Disable &&
296 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable;
321 if (Attrs.DistributeEnable == LoopAttributes::Disable)
372 if (Attrs.UnrollEnable == LoopAttributes::Disable)
511 case LoopAttributes::Disable:
591 LoopHintAttr::LoopHintState State = LoopHintAttr::Disable;
618 case LoopHintAttr::Disable
[all...]
H A DCGLoopInfo.h43 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
229 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
235 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h172 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h229 /// Disable CodeGen, only run the stages till codegen and stop. The output
231 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h101 Disable, // Disable the abort. member in class:llvm::GlobalISelAbortMode
103 DisableWithDiag // Disable the abort but emit a diagnostic on failure.
211 /// Disable the integrated assembler.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp99 void Log::Disable(uint32_t flags) { function in class:Log
197 iter->second.Disable(UINT32_MAX);
228 iter->second.Disable(flags);
245 entry.second.Disable(UINT32_MAX);
350 // Disable logging by clearing out the atomic variable after forking -- if we
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp108 SetHints(LoopHintAttr::Unroll, LoopHintAttr::Disable);
116 SetHints(LoopHintAttr::UnrollAndJam, LoopHintAttr::Disable);
157 State = LoopHintAttr::Disable;
248 // Enable|Disable|AssumeSafety hint. For example, vectorize(enable).
267 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) {
268 // Disable hints are not compatible with numeric hints of the same
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h64 /// Disable crash recovery.
65 static void Disable();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc135 // Disable crash reporting on Mac OS X 10.0-10.4
155 // Disable crash reporting on Mac OS X 10.5
/freebsd-12-stable/stand/i386/pxeldr/
H A Dpxeldr.S240 seta20: cli # Disable interrupts
/freebsd-12-stable/sys/mips/mips/
H A Dswtch.S182 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
202 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
585 mfc0 t1, MIPS_COP_0_STATUS # Disable interrupts and
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h200 void Disable(uint32_t flags);
/freebsd-12-stable/stand/efi/include/
H A Definet.h229 IN UINT32 Disable,
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptldr.S122 seta20: cli # Disable interrupts
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S236 * Disable updates if the drive number is forced.
238 disable_update: orb $NOUPDATE,_FLAGS(%bp) # Disable updates
376 orb $NOUPDATE,_FLAGS(%bp) # Disable updates
/freebsd-12-stable/stand/i386/boot2/
H A Dboot1.S205 seta20: cli # Disable interrupts
300 cli # Disable interrupts

Completed in 228 milliseconds

12