/freebsd-src/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_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_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_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_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_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_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-src/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 265 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setO0WantsFastISel() argument 270 Options.EnableMachineOutliner = Enable; in setMachineOutliner() argument 273 Options.SupportsDefaultOutlining = Enable; in setSupportsDefaultOutlining() argument 263 setFastISel(bool Enable) setFastISel() argument 266 setGlobalISel(bool Enable) setGlobalISel() argument 276 setSupportsDebugEntryValues(bool Enable) setSupportsDebugEntryValues() argument 280 setCFIFixup(bool Enable) setCFIFixup() argument [all...] |
/freebsd-src/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 | 46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { Enable() function in TypeCategoryMap 62 bool TypeCategoryMap::Enable(TypeCategoryImplSP category, Position pos) { 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-src/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64SMEAttributes.cpp | 15 void SMEAttrs::set(unsigned M, bool Enable) { in set() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CurrentSourceLocExprScope.h | 69 bool Enable; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | SubtargetFeature.cpp | 37 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 47 Enable, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 196 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge() 199 void setEnableSinkAndFold(bool Enable) { setOpt(EnableSinkAndFold, Enable); } in setEnableSinkAndFold()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 255 void LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T, LLVMBool Enable) { in LLVMSetTargetMachineFastISel() argument 259 void LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T, LLVMBool Enable) { in LLVMSetTargetMachineGlobalISel() argument 282 LLVMBool Enable) { in LLVMSetTargetMachineMachineOutliner() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmInfo.cpp | 25 enum DefaultOnOff { Default, Enable, Disable }; enumerator
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 621 bool Enable = !ParamName.consume_front("no-"); parseLoopUnrollOptions() local 812 bool Enable = !ParamName.consume_front("no-"); parseSimplifyCFGOptions() local 856 bool Enable = !ParamName.consume_front("no-"); parseInstCombineOptions() local 886 bool Enable = !ParamName.consume_front("no-"); parseLoopVectorizeOptions() local 906 bool Enable = !ParamName.consume_front("no-"); parseLoopUnswitchOptions() local 927 bool Enable = !ParamName.consume_front("no-"); parseLICMOptions() local 945 bool Enable = !ParamName.consume_front("no-"); parseLoopRotateOptions() local 965 bool Enable = !ParamName.consume_front("no-"); parseMergedLoadStoreMotionOptions() local 985 bool Enable = !ParamName.consume_front("no-"); parseGVNOptions() local 1009 bool Enable = !ParamName.consume_front("no-"); parseIPSCCPOptions() local 1118 bool Enable = !ParamName.consume_front("no-"); parseGlobalMergeOptions() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 140 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext
|