Searched refs:Enable (Results 1 - 25 of 185) sorted by relevance

12345678

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface_internal.h60 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
62 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
63 bool patchFunctionTailExit(bool Enable, uint32_t FuncId,
65 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
66 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_AArch64.cc35 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
38 // When |Enable| == true,
62 // When |Enable|==false, we set back the first instruction in the sled to be
67 if (Enable) {
93 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
96 return patchSled(Enable, FuncId, Sled, Trampoline);
99 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
101 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
104 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
106 return patchSled(Enable, FuncI
[all...]
H A Dxray_powerpc64.cc53 bool patchFunctionEntry(const bool Enable, uint32_t FuncId,
56 if (Enable) {
71 bool patchFunctionExit(const bool Enable, uint32_t FuncId,
73 if (Enable) {
88 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
90 return patchFunctionExit(Enable, FuncId, Sled);
96 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
102 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,
H A Dxray_arm.cc77 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
80 // When |Enable| == true,
103 // When |Enable|==false, we set back the first instruction in the sled to be
108 if (Enable) {
130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
133 return patchSled(Enable, FuncId, Sled, Trampoline);
136 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
138 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
141 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
143 return patchSled(Enable, FuncI
[all...]
H A Dxray_mips.cc53 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
56 // When |Enable| == true,
94 // When |Enable|==false, we set back the first instruction in the sled to be
97 if (Enable) {
137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
140 return patchSled(Enable, FuncId, Sled, Trampoline);
143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
152 return patchSled(Enable, FuncI
[all...]
H A Dxray_mips64.cc54 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
57 // When |Enable| == true,
90 // When |Enable|==false, we set back the first instruction in the sled to be
93 if (Enable) {
146 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
149 return patchSled(Enable, FuncId, Sled, Trampoline);
152 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
154 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
157 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
161 return patchSled(Enable, FuncI
[all...]
H A Dxray_x86_64.cc130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
161 if (Enable) {
177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
206 if (Enable) {
222 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
234 if (Enable) {
250 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
275 if (Enable) {
297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,
316 if (Enable) {
[all...]
H A Dxray_interface.cc150 bool patchSled(const XRaySledEntry &Sled, bool Enable,
155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
158 Success = patchFunctionExit(Enable, FuncId, Sled);
161 Success = patchFunctionTailExit(Enable, FuncId, Sled);
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
167 Success = patchCustomEvent(Enable, FuncId, Sled);
170 Success = patchTypedEvent(Enable, FuncId, Sled);
180 bool Enable) XRAY_NEVER_INSTRUMENT {
215 SucceedOnce |= patchSled(*f++, Enable, FuncId);
229 // implementation. |Enable| define
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCurrentSourceLocExprScope.h53 : Current(Current), OldVal(Current), Enable(false) {
55 if ((Enable = (Current.getDefaultExpr() == nullptr)))
60 if (Enable)
70 bool Enable; member in class:clang::CurrentSourceLocExprScope::SourceLocExprScopeGuard
/netbsd-current/sys/arch/vax/consolerl/
H A Danyboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dhkmboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dhksboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dhpmboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dhpsboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dramboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Drasboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dupmboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
H A Dupsboo.com8 SET SNAP ON ! Enable ERROR_HALT snapshots
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-debug.mk5 # Enable debug logging for the variables (var.c).
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Daczephyr.h71 * PARAMETERS: Enable, - Enable/Disable debug print
75 * DESCRIPTION: Enable/disable debug print
80 bool Enable);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h240 void setFastISel(bool Enable) { Options.EnableFastISel = Enable; } argument
242 void setO0WantsFastISel(bool Enable) { O0WantsFastISel = Enable; } argument
243 void setGlobalISel(bool Enable) { Options.EnableGlobalISel = Enable; } argument
247 void setMachineOutliner(bool Enable) { argument
248 Options.EnableMachineOutliner = Enable;
250 void setSupportsDefaultOutlining(bool Enable) { argument
251 Options.SupportsDefaultOutlining = Enable;
253 setSupportsDebugEntryValues(bool Enable) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
232 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
235 void setVectorizeEnable(bool Enable = true) {
237 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
241 void setDistributeState(bool Enable = true) {
243 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DSubtargetFeature.cpp41 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) { argument
46 : (Enable ? "+" : "-") + String.lower());
H A DMCAsmInfo.cpp24 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:__anon2003::DefaultOnOff
30 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
63 SupportsExtendedDwarfLocDirective = DwarfExtendedLoc == Enable;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h177 void setEnableTailMerge(bool Enable) { setOpt(EnableTailMerge, Enable); } argument
180 void setRequiresCodeGenSCCOrder(bool Enable = true) {
181 setOpt(RequireCodeGenSCCOrder, Enable);

Completed in 244 milliseconds

12345678