HomeSort by: relevance | last modified time | path
    Searched defs:Disable (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 88 enum DefaultOnOff { Default, Enable, Disable };
94 clEnumVal(Enable, "In all cases"), clEnumVal(Disable, "Never")),
101 clEnumValN(AccelTableKind::None, "Disable", "Disabled."),
111 clEnumVal(Disable, "Disabled")),
116 cl::desc("Disable emission .debug_ranges section."),
123 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
135 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
1988 if (UnknownLocations == Disable)
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfo.cpp 24 enum DefaultOnOff { Default, Enable, Disable };
28 cl::desc("Disable emission of the extended flags in .loc directives."),
30 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
37 "Disable the usage of LEB128 directives, and generate .byte instead."),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WithColor.h 47 /// Disable colors.
48 Disable,
61 /// @param Mode Enable, disable or compute whether to use colors.
70 /// @param Mode Enable, disable or compute whether to use colors.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 44 enum LVEnableState { Unspecified, Enable, Disable, Full };
49 /// Value for llvm.loop.unroll.* metadata (enable, disable, or full).
52 /// Value for llvm.loop.unroll_and_jam.* metadata (enable, disable, or full).
76 /// Value for llvm.loop.pipeline.disable metadata.
237 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
243 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 108 Disable, // Disable the abort.
110 DisableWithDiag // Disable the abort but emit a diagnostic on failure.
229 /// Disable the integrated assembler.
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp 147 void CrashRecoveryContext::Disable() {
206 CrashRecoveryContext::Disable();
283 CrashRecoveryContext::Disable();
303 // Because the Enable and Disable calls are static, it means that
341 // simply disable crash recovery and raise the signal again.
360 // Disable crash recovery and raise the signal again. The assumption here is
364 // This call of Disable isn't thread safe, but it doesn't actually matter.
365 CrashRecoveryContext::Disable();
  /src/sys/arch/emips/include/
emipsreg.h 278 volatile uint32_t Disable; /* wo 0 => no effect, 1 => disabled, set in high-z */
292 volatile uint32_t IntrDisable; /* wo 0 => no effect, 1 => disable */

Completed in 38 milliseconds