| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| HD | xray_AArch64.cpp | 34 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 92 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 98 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 103 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 108 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 114 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| HD | xray_powerpc64.cpp | 52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() 70 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() 87 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 95 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 101 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| HD | xray_arm.cpp | 76 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 135 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 140 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 145 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 151 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| HD | xray_mips.cpp | 52 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 136 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 142 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 147 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 154 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 160 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| HD | xray_mips64.cpp | 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() 145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 151 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 156 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 163 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 169 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| HD | xray_x86_64.cpp | 130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 222 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 250 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| HD | xray_interface.cpp | 149 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() 179 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() 230 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() 313 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetMachine.h | 227 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() 229 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() 230 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() 234 void setMachineOutliner(bool Enable) { in setMachineOutliner() 237 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining()
|
| HD | TargetOptions.h | 102 Enable, // Enable the abort. enumerator
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| HD | DataVisualization.cpp | 110 void DataVisualization::Categories::Enable(ConstString category, in Enable() function in DataVisualization::Categories 117 void DataVisualization::Categories::Enable(lldb::LanguageType lang_type) { in Enable() function in DataVisualization::Categories 134 void DataVisualization::Categories::Enable( in Enable() function in DataVisualization::Categories
|
| HD | LanguageCategory.cpp | 125 void LanguageCategory::Enable() { in Enable() function in LanguageCategory
|
| HD | TypeCategoryMap.cpp | 47 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() function in TypeCategoryMap 63 bool TypeCategoryMap::Enable(ValueSP category, Position pos) { in Enable() function in TypeCategoryMap
|
| HD | TypeCategory.cpp | 471 void TypeCategoryImpl::Enable(bool value, uint32_t position) { in Enable() function in TypeCategoryImpl
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CurrentSourceLocExprScope.h | 70 bool Enable; variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | SubtargetFeature.cpp | 39 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
|
| HD | MCAsmInfo.cpp | 23 enum DefaultOnOff { Default, Enable, Disable }; enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/ |
| HD | PassBuilder.cpp | 1497 bool Enable = !ParamName.consume_front("no-"); in parseLoopUnrollOptions() local 1552 bool Enable = !ParamName.consume_front("no-"); in parseSimplifyCFGOptions() local 1586 bool Enable = !ParamName.consume_front("no-"); in parseLoopVectorizeOptions() local 1606 bool Enable = !ParamName.consume_front("no-"); in parseLoopUnswitchOptions() local 1625 bool Enable = !ParamName.consume_front("no-"); in parseMergedLoadStoreMotionOptions() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetPassConfig.h | 175 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGLoopInfo.h | 43 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | CrashRecoveryContext.cpp | 133 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | Log.cpp | 87 void Log::Enable(const std::shared_ptr<llvm::raw_ostream> &stream_sp, in Enable() function in Log
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUtils.cpp | 431 Optional<bool> Enable = in hasVectorizeTransformation() local
|
| /freebsd-11-stable/sys/dev/mwl/ |
| HD | mwlreg.h | 483 u_int32_t Enable; /* FALSE: Disable or TRUE: Enable */ member 1324 uint8_t Enable; member 1365 uint32_t Enable; //0 -- Disbale. or 1 -- Enable. member 1377 uint32_t Enable; /* 0 -- Disable. or 1 -- Enable */ member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParsePragma.cpp | 679 Disable, Enable, Begin, End enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULegalizerInfo.cpp | 2032 static void toggleSPDenormMode(bool Enable, in toggleSPDenormMode()
|