/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | 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()
|
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() 298 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
H A D | xray_interface.cpp | 151 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 D | TargetMachine.h | 254 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 D | TargetOptions.h | 109 Enable, // Enable the abort. enumerator
|
/openbsd-src/gnu/llvm/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) { in Enable() function in TypeCategoryMap 62 bool TypeCategoryMap::Enable(ValueSP 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
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64SMEAttributes.cpp | 15 void SMEAttrs::set(unsigned M, bool Enable) { in set()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CurrentSourceLocExprScope.h | 69 bool Enable; variable
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 37 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
|
H A D | MCAsmInfo.cpp | 24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | WithColor.h | 46 Enable, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 568 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 D | guarded_pool_allocator_posix.cpp | 109 auto Enable = []() { in installAtFork() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 177 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableTailMerge()
|
H A D | AsmPrinter.h | 334 void setDwarfUsesRelocationsAcrossSections(bool Enable) { in setDwarfUsesRelocationsAcrossSections()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 140 void CrashRecoveryContext::Enable() { in Enable() function in CrashRecoveryContext
|