| /external/llvm-project/compiler-rt/lib/xray/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| D | xray_x86_64.cpp | 123 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() 171 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() 217 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId, in patchFunctionTailExit() 246 bool patchCustomEvent(const bool Enable, const uint32_t FuncId, in patchCustomEvent() 295 bool patchTypedEvent(const bool Enable, const uint32_t FuncId, in patchTypedEvent()
|
| D | xray_interface.cpp | 149 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() 206 bool Enable) XRAY_NEVER_INSTRUMENT { in patchFunction() 257 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() 341 bool Enable) XRAY_NEVER_INSTRUMENT { in mprotectAndPatchFunction()
|
| /external/llvm-project/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 229 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } in setFastISel() 231 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } in setO0WantsFastISel() 232 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } in setGlobalISel() 236 void setMachineOutliner(bool Enable) { in setMachineOutliner() 239 void setSupportsDefaultOutlining(bool Enable) { in setSupportsDefaultOutlining() 242 void setSupportsDebugEntryValues(bool Enable) { in setSupportsDebugEntryValues()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 227 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()
|
| /external/autotest/client/site_tests/cellular_ModemControl/ |
| D | cellular_ModemControl.py | 42 def Enable(self): member in TechnologyCommands 71 def Enable(self): member in ModemCommands 122 def Enable(self): member in DeviceCommands 160 def Enable(self): member in MixedRandomCommands
|
| /external/llvm-project/lldb/source/DataFormatters/ |
| 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
|
| /external/llvm/lib/Target/ |
| D | TargetRecip.cpp | 81 bool Enable; in parseGlobalParams() local 195 void TargetRecip::setDefaults(StringRef Key, bool Enable, in setDefaults()
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| D | CheckerOptInfo.h | 25 bool Enable; variable
|
| /external/pigweed/pw_trace_tokenized/pw_trace_protos/ |
| D | trace_rpc.proto | 19 rpc Enable(TraceEnableMessage) returns (TraceEnableMessage) {} rpc
|
| /external/webrtc/video/ |
| D | transport_adapter.cc | 41 void TransportAdapter::Enable() { in Enable() function in webrtc::internal::TransportAdapter
|
| /external/perfetto/src/trace_processor/ |
| D | tp_metatrace.cc | 25 void Enable() { in Enable() function
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | CurrentSourceLocExprScope.h | 70 bool Enable; variable
|
| /external/webrtc/modules/audio_coding/neteq/ |
| D | post_decode_vad.cc | 20 void PostDecodeVad::Enable() { in Enable() function in webrtc::PostDecodeVad
|
| /external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
| D | annotation_stack.h | 76 static void Enable(bool enable) { in Enable() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 39 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
|
| /external/llvm-project/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 41 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
|
| /external/pigweed/pw_trace_tokenized/ |
| D | trace_rpc_service_nanopb.cc | 25 pw::Status TraceService::Enable(ServerContext&, in Enable() function in pw::trace::TraceService
|
| /external/llvm-project/llvm/unittests/CodeGen/ |
| D | TestAsmPrinter.cpp | 80 void TestAsmPrinter::setDwarfUsesRelocationsAcrossSections(bool Enable) { in setDwarfUsesRelocationsAcrossSections()
|
| /external/perfetto/src/tracing/core/ |
| D | metatrace_writer.cc | 38 void MetatraceWriter::Enable(base::TaskRunner* task_runner, in Enable() function in perfetto::MetatraceWriter
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | WithColor.h | 46 Enable, enumerator
|