Home
last modified time | relevance | path

Searched defs:Enable (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_AArch64.cpp34 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()
HDxray_powerpc64.cpp52 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()
HDxray_arm.cpp76 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()
HDxray_mips.cpp52 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()
HDxray_mips64.cpp53 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()
HDxray_x86_64.cpp130 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()
HDxray_interface.cpp149 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/
HDTargetMachine.h227 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()
HDTargetOptions.h102 Enable, // Enable the abort. enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDDataVisualization.cpp110 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
HDLanguageCategory.cpp125 void LanguageCategory::Enable() { in Enable() function in LanguageCategory
HDTypeCategoryMap.cpp47 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
HDTypeCategory.cpp471 void TypeCategoryImpl::Enable(bool value, uint32_t position) { in Enable() function in TypeCategoryImpl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCurrentSourceLocExprScope.h70 bool Enable; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDSubtargetFeature.cpp39 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
HDMCAsmInfo.cpp23 enum DefaultOnOff { Default, Enable, Disable }; enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilder.cpp1497 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/
HDTargetPassConfig.h175 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGLoopInfo.h43 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDCrashRecoveryContext.cpp133 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp87 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/
HDLoopUtils.cpp431 Optional<bool> Enable = in hasVectorizeTransformation() local
/freebsd-11-stable/sys/dev/mwl/
HDmwlreg.h483 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/
HDParsePragma.cpp679 Disable, Enable, Begin, End enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULegalizerInfo.cpp2032 static void toggleSPDenormMode(bool Enable, in toggleSPDenormMode()

12