Home
last modified time | relevance | path

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

12345

/external/llvm-project/compiler-rt/lib/xray/
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()
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()
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()
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()
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()
Dxray_x86_64.cpp123 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()
Dxray_interface.cpp149 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/
DTargetMachine.h229 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/
DTargetMachine.h227 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/
Dcellular_ModemControl.py42 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/
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
/external/llvm/lib/Target/
DTargetRecip.cpp81 bool Enable; in parseGlobalParams() local
195 void TargetRecip::setDefaults(StringRef Key, bool Enable, in setDefaults()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerOptInfo.h25 bool Enable; variable
/external/pigweed/pw_trace_tokenized/pw_trace_protos/
Dtrace_rpc.proto19 rpc Enable(TraceEnableMessage) returns (TraceEnableMessage) {} rpc
/external/webrtc/video/
Dtransport_adapter.cc41 void TransportAdapter::Enable() { in Enable() function in webrtc::internal::TransportAdapter
/external/perfetto/src/trace_processor/
Dtp_metatrace.cc25 void Enable() { in Enable() function
/external/llvm-project/clang/include/clang/AST/
DCurrentSourceLocExprScope.h70 bool Enable; variable
/external/webrtc/modules/audio_coding/neteq/
Dpost_decode_vad.cc20 void PostDecodeVad::Enable() { in Enable() function in webrtc::PostDecodeVad
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dannotation_stack.h76 static void Enable(bool enable) { in Enable() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp39 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
/external/llvm-project/llvm/lib/MC/
DSubtargetFeature.cpp41 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { in AddFeature()
/external/pigweed/pw_trace_tokenized/
Dtrace_rpc_service_nanopb.cc25 pw::Status TraceService::Enable(ServerContext&, in Enable() function in pw::trace::TraceService
/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.cpp80 void TestAsmPrinter::setDwarfUsesRelocationsAcrossSections(bool Enable) { in setDwarfUsesRelocationsAcrossSections()
/external/perfetto/src/tracing/core/
Dmetatrace_writer.cc38 void MetatraceWriter::Enable(base::TaskRunner* task_runner, in Enable() function in perfetto::MetatraceWriter
/external/llvm-project/llvm/include/llvm/Support/
DWithColor.h46 Enable, enumerator

12345