Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h46 void setDwarfUsesRelocationsAcrossSections(bool enable) { in setDwarfUsesRelocationsAcrossSections()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dbytemap.h35 void enable() {} in enable() function
H A Dstats.h93 void enable() RELEASE(Mutex) { unlock(); } in enable() function
H A Dsecondary.h100 void enable() {} enable() function
432 void enable() NO_THREAD_SAFETY_ANALYSIS { Mutex.unlock(); } enable() function
533 void enable() NO_THREAD_SAFETY_ANALYSIS { enable() function
H A Dstack_depot.h199 void enable() NO_THREAD_SAFETY_ANALYSIS { RingEndMu.unlock(); } in enable() function
H A Dtsd_exclusive.h110 void enable() NO_THREAD_SAFETY_ANALYSIS { in enable() function
H A Dtsd_shared.h100 void enable() NO_THREAD_SAFETY_ANALYSIS { in enable() function
/llvm-project/mlir/lib/CAPI/Debug/
H A DDebug.cpp16 void mlirEnableGlobalDebug(bool enable) { llvm::DebugFlag = enable; } in mlirEnableGlobalDebug()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_on_lambda_capture/
H A Dmain.cpp6 bool enable = true; member
/llvm-project/mlir/include/mlir/Debug/
H A DBreakpointManager.h27 void enable() { enableStatus = true; } in enable() function
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.cpp72 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { in HardwareSingleStep()
H A DRegisterContextPOSIXCore_mips64.cpp89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { in HardwareSingleStep()
H A DRegisterContextPOSIXCore_s390x.cpp94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { in HardwareSingleStep()
H A DRegisterContextPOSIXCore_x86_64.cpp97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep()
H A DRegisterContextPOSIXCore_powerpc.cpp109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { in HardwareSingleStep()
H A DRegisterContextPOSIXCore_arm64.cpp394 HardwareSingleStep(bool enable) HardwareSingleStep() argument
/llvm-project/clang/utils/
H A Dclangdiag.py123 def enable(exe_ctx, args): function
/llvm-project/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize113 enable_html(self, enable) global() argument
116 enable_logging(self, enable) global() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp74 bool RegisterContextWindows::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h32 void IgnoreNoninstrumentedModules(bool enable) { in IgnoreNoninstrumentedModules() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DPass.cpp83 __anone3fec4810402(PyPassManager &passManager, bool enable) populatePassManagerSubmodule() argument
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { in HardwareSingleStep() argument
/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationImporter.cpp127 auto enable = lookupUnitNode(enableName); in lookupBooleanUnitNode() local
288 FailureOr<BoolAttr> enable = in convertVectorizeAttr() local
/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp88 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable() function in clang::OpenCLOptions
/llvm-project/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h192 setInterprocedural(bool enable) setInterprocedural() argument

123