Home
last modified time | relevance | path

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

12

/llvm-project/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp33 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
90 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
96 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionExit() argument
101 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
120 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
131 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_powerpc64.cpp52 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() argument
71 patchFunctionExit(const bool Enable,uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
89 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
97 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
103 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
H A Dxray_loongarch64.cpp43 static inline bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
127 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
133 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionExit() argument
138 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
145 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
151 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_arm.cpp76 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
129 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
135 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionExit() argument
145 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchCustomEvent() argument
140 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
151 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_hexagon.cpp87 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
136 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
142 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionExit() argument
152 const bool Enable, const uint32_t FuncId, const XRaySledEntry &Sled, in patchCustomEvent() argument
147 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
158 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_mips.cpp52 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
143 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionExit() argument
148 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
155 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
161 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_mips64.cpp53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() argument
145 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
151 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionExit() argument
156 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
163 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
169 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_x86_64.cpp123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() argument
172 patchFunctionExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionExit() argument
219 patchFunctionTailExit(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchFunctionTailExit() argument
249 patchCustomEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchCustomEvent() argument
277 patchTypedEvent(const bool Enable,const uint32_t FuncId,const XRaySledEntry & Sled) patchTypedEvent() argument
[all...]
H A Dxray_interface.cpp153 patchSled(const XRaySledEntry & Sled,bool Enable,int32_t FuncId) patchSled() argument
209 patchFunction(int32_t FuncId,bool Enable) patchFunction() argument
264 controlPatching(bool Enable) controlPatching() argument
348 mprotectAndPatchFunction(int32_t FuncId,bool Enable) mprotectAndPatchFunction() argument
[all...]
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h265 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setGlobalISel() argument
272 void setMachineOutliner(bool Enable) { in setSupportsDefaultOutlining() argument
275 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDebugEntryValues() argument
262 setFastISel(bool Enable) setFastISel() argument
264 setO0WantsFastISel(bool Enable) setO0WantsFastISel() argument
269 setMachineOutliner(bool Enable) setMachineOutliner() argument
279 setCFIFixup(bool Enable) setCFIFixup() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.cpp15 void SMEAttrs::set(unsigned M, bool Enable) { in set() argument
/llvm-project/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 DLanguageCategory.cpp124 void LanguageCategory::Enable() { in Enable() function in LanguageCategory
H A DTypeCategoryMap.cpp58 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
/llvm-project/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h69 bool Enable; variable
/llvm-project/llvm/unittests/CodeGen/
H A DTestAsmPrinter.cpp82 void TestAsmPrinter::setDwarfUsesRelocationsAcrossSections(bool Enable) { in setDwarfUsesRelocationsAcrossSections()
/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp37 AddFeature(StringRef String,bool Enable) AddFeature() argument
/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h47 Enable, enumerator
/llvm-project/clang/test/SemaTemplate/
H A Dderived.cpp52 void Enable() { 0, A(); } // expected-warning {{left operand of comma operator has no effect}} in Enable() function in rdar14183893::A
/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp25 enum DefaultOnOff { Default, Enable, Disable }; enumerator
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h199 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableSinkAndFold() argument
196 setEnableTailMerge(bool Enable) setEnableTailMerge() argument
/llvm-project/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c305 value llvm_targetmachine_set_fast_isel(value Enable, value Machine) { in llvm_targetmachine_set_fast_isel()
311 value llvm_targetmachine_set_global_isel(value Enable, value Machine) { in llvm_targetmachine_set_global_isel()
327 value llvm_targetmachine_set_machine_outliner(value Enable, value Machine) { in llvm_targetmachine_set_machine_outliner()
H A Dllvm_target.ml49 | Enable Constructor
/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp109 auto Enable = []() { installAtFork() local
/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp255 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

12