Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_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()
H A Dxray_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()
H A Dxray_powerpc64.cpp52 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 Dxray_mips.cpp52 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 Dxray_hexagon.cpp87 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 Dxray_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()
H A Dxray_x86_64.cpp123 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()
298 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
H A Dxray_interface.cpp151 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled()
209 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction()
260 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching()
344 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h254 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel()
256 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel()
257 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel()
261 void setMachineOutliner(bool Enable) { in setMachineOutliner()
264 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining()
267 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues()
271 void setCFIFixup(bool Enable) { Options.EnableCFIFixup = Enable; } in setCFIFixup()
H A DTargetOptions.h109 Enable, // Enable the abort. enumerator
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDataVisualization.cpp109 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 DTypeCategoryMap.cpp46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() function in TypeCategoryMap
62 bool TypeCategoryMap::Enable(ValueSP category, Position pos) { in Enable() function in TypeCategoryMap
H A DLanguageCategory.cpp124 void LanguageCategory::Enable() { in Enable() function in LanguageCategory
H A DTypeCategory.cpp309 void TypeCategoryImpl::Enable(bool value, uint32_t position) { in Enable() function in TypeCategoryImpl
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp15 void SMEAttrs::set(unsigned M, bool Enable) { in set()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h69 bool Enable; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DSubtargetFeature.cpp37 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
H A DMCAsmInfo.cpp24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWithColor.h46 Enable, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilder.cpp568 bool Enable = !ParamName.consume_front("no-"); in parseLoopUnrollOptions() local
706 bool Enable = !ParamName.consume_front("no-"); in parseSimplifyCFGOptions() local
744 bool Enable = !ParamName.consume_front("no-"); in parseLoopVectorizeOptions() local
764 bool Enable = !ParamName.consume_front("no-"); in parseLoopUnswitchOptions() local
785 bool Enable = !ParamName.consume_front("no-"); in parseLICMOptions() local
803 bool Enable = !ParamName.consume_front("no-"); in parseMergedLoadStoreMotionOptions() local
823 bool Enable = !ParamName.consume_front("no-"); in parseGVNOptions() local
847 bool Enable = !ParamName.consume_front("no-"); in parseIPSCCPOptions() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp109 auto Enable = []() { in installAtFork() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h177 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge()
H A DAsmPrinter.h334 void setDwarfUsesRelocationsAcrossSections(bool Enable) { in setDwarfUsesRelocationsAcrossSections()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp140 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext

12