| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ | 
| H A D | xray_AArch64.cpp | 33 inline static bool patchSled(const bool Enable, const uint32_t FuncId,  in patchSled() 90 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,  in patchFunctionEntry() 96 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,  in patchFunctionExit() 101 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,  in patchFunctionTailExit() 120 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,  in patchCustomEvent() 131 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,  in patchTypedEvent()
  | 
| H A D | 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()
  | 
| H A D | xray_loongarch64.cpp | 43 static inline bool patchSled(const bool Enable, const uint32_t FuncId,  in patchSled() 127 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,  in patchFunctionEntry() 133 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,  in patchFunctionExit() 138 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()
  | 
| H A D | xray_powerpc64.cpp | 52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId,  in patchFunctionEntry() 71 bool patchFunctionExit(const bool Enable, uint32_t FuncId,  in patchFunctionExit() 89 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,  in patchFunctionTailExit() 97 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,  in patchCustomEvent() 103 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,  in patchTypedEvent()
  | 
| H A D | xray_hexagon.cpp | 87 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() 152 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,  in patchCustomEvent() 158 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,  in patchTypedEvent()
  | 
| H A D | xray_mips.cpp | 52 inline static bool patchSled(const bool Enable, const uint32_t FuncId,  in patchSled() 137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,  in patchFunctionEntry() 143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,  in patchFunctionExit() 148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,  in patchFunctionTailExit() 155 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,  in patchCustomEvent() 161 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,  in patchTypedEvent()
  | 
| H A D | 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()
  | 
| H A D | xray_x86_64.cpp | 123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,  in patchFunctionEntry() 172 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,  in patchFunctionExit() 219 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,  in patchFunctionTailExit() 249 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,  in patchCustomEvent() 277 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,  in patchTypedEvent()
  | 
| H A D | xray_interface.cpp | 153 bool patchSled(const XRaySledEntry &Sled, bool Enable,  in patchSled() 209                                  bool Enable) XRAY_NEVER_INSTRUMENT {  in patchFunction() 264 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT {  in controlPatching() 348                                             bool Enable) XRAY_NEVER_INSTRUMENT {  in mprotectAndPatchFunction()
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ | 
| H A D | TargetMachine.h | 262   void setFastISel(bool Enable) { Options.EnableFastISel = Enable; }  in setFastISel() 264   void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; }  in setO0WantsFastISel() 265   void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; }  in setGlobalISel() 269   void setMachineOutliner(bool Enable) {  in setMachineOutliner() 272   void setSupportsDefaultOutlining(bool Enable) {  in setSupportsDefaultOutlining() 275   void setSupportsDebugEntryValues(bool Enable) {  in setSupportsDebugEntryValues() 279   void setCFIFixup(bool Enable) { Options.EnableCFIFixup = Enable; }  in setCFIFixup()
  | 
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ | 
| H A D | DataVisualization.cpp | 109 void DataVisualization::Categories::Enable(ConstString category,  in Enable()  function in DataVisualization::Categories 116 void DataVisualization::Categories::Enable(lldb::LanguageType lang_type) {  in Enable()  function in DataVisualization::Categories 133 void DataVisualization::Categories::Enable(  in Enable()  function in DataVisualization::Categories
  | 
| H A D | TypeCategoryMap.cpp | 58 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) {  in Enable()  function in TypeCategoryMap 74 bool TypeCategoryMap::Enable(TypeCategoryImplSP category, Position pos) {  in Enable()  function in TypeCategoryMap
  | 
| H A D | LanguageCategory.cpp | 124 void LanguageCategory::Enable() {  in Enable()  function in LanguageCategory
  | 
| H A D | TypeCategory.cpp | 309 void TypeCategoryImpl::Enable(bool value, uint32_t position) {  in Enable()  function in TypeCategoryImpl
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ | 
| H A D | AArch64SMEAttributes.cpp | 15 void SMEAttrs::set(unsigned M, bool Enable) {  in set()
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | 
| H A D | CurrentSourceLocExprScope.h | 69   bool Enable;  variable
  | 
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ | 
| H A D | SubtargetFeature.cpp | 37 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()   argument 
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ | 
| H A D | WithColor.h | 46 Enable, global()  enumerator 
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/ | 
| H A D | TargetMachineC.cpp | 255 void LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T, LLVMBool Enable) {  in LLVMSetTargetMachineFastISel() 259 void LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T, LLVMBool Enable) {  in LLVMSetTargetMachineGlobalISel() 282                                          LLVMBool Enable) {  in LLVMSetTargetMachineMachineOutliner()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/MC/ | 
| H A D | MCAsmInfo.cpp | 25 enum DefaultOnOff { Default, Enable, Disable };  enumerator
  | 
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ | 
| H A D | guarded_pool_allocator_posix.cpp | 109   auto Enable = []() {  in installAtFork()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ | 
| H A D | PassBuilder.cpp | 653     bool Enable = !ParamName.consume_front("no-");  in parseLoopUnrollOptions()  local 831     bool Enable = !ParamName.consume_front("no-");  in parseSimplifyCFGOptions()  local 877     bool Enable = !ParamName.consume_front("no-");  in parseInstCombineOptions()  local 907     bool Enable = !ParamName.consume_front("no-");  in parseLoopVectorizeOptions()  local 927     bool Enable = !ParamName.consume_front("no-");  in parseLoopUnswitchOptions()  local 948     bool Enable = !ParamName.consume_front("no-");  in parseLICMOptions()  local 966     bool Enable = !ParamName.consume_front("no-");  in parseLoopRotateOptions()  local 986     bool Enable = !ParamName.consume_front("no-");  in parseMergedLoadStoreMotionOptions()  local 1006     bool Enable = !ParamName.consume_front("no-");  in parseGVNOptions()  local 1030     bool Enable = !ParamName.consume_front("no-");  in parseIPSCCPOptions()  local [all …] 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ | 
| H A D | TargetPassConfig.h | 177 setEnableTailMerge(bool Enable) setEnableTailMerge()  argument 
  | 
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ | 
| H A D | CGLoopInfo.h | 44   enum LVEnableState { Unspecified, Enable, Disable, Full };  enumerator
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Support/ | 
| H A D | CrashRecoveryContext.cpp | 140 void CrashRecoveryContext::Enable() {  in Enable()  function in CrashRecoveryContext
  |