Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h48 Disable, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfo.cpp24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h231 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h174 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp147 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h108 Disable, // Disable the abort. enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp384 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp765 Disable, Enable, Begin, End enumerator
/netbsd-src/sys/arch/emips/include/
H A Demipsreg.h278 volatile uint32_t Disable; /* wo 0 => no effect, 1 => disabled, set in high-z */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp88 enum DefaultOnOff { Default, Enable, Disable }; enumerator