/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() 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 D | xray_powerpc64.cpp | 52 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 D | xray_loongarch64.cpp | 43 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 D | xray_arm.cpp | 76 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 D | xray_hexagon.cpp | 87 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 D | xray_mips.cpp | 52 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 D | xray_mips64.cpp | 53 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 D | xray_x86_64.cpp | 123 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 D | xray_interface.cpp | 153 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 D | TargetMachine.h | 265 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 D | AArch64SMEAttributes.cpp | 15 void SMEAttrs::set(unsigned M, bool Enable) { in set() argument
|
/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 | LanguageCategory.cpp | 124 void LanguageCategory::Enable() { in Enable() function in LanguageCategory
|
H A D | TypeCategoryMap.cpp | 58 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 D | CurrentSourceLocExprScope.h | 69 bool Enable; variable
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | TestAsmPrinter.cpp | 82 void TestAsmPrinter::setDwarfUsesRelocationsAcrossSections(bool Enable) { in setDwarfUsesRelocationsAcrossSections()
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | SubtargetFeature.cpp | 37 AddFeature(StringRef String,bool Enable) AddFeature() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 47 Enable, enumerator
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | derived.cpp | 52 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 D | MCAsmInfo.cpp | 25 enum DefaultOnOff { Default, Enable, Disable }; enumerator
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 199 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } in setEnableSinkAndFold() argument 196 setEnableTailMerge(bool Enable) setEnableTailMerge() argument
|
/llvm-project/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 305 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 D | llvm_target.ml | 49 | Enable Constructor
|
/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
H A D | guarded_pool_allocator_posix.cpp | 109 auto Enable = []() { installAtFork() local
|
/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
|